Click or drag to resize

AssemblyUtil Methods

The AssemblyUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCustomAttribute
Get the custom attributewith the specified name from the Assembly. If there are multiple attributes with the name, the first one is returned.
Public methodStatic memberGetCustomAttributes
Get all custom attributes with the specified name from the Assembly.
Public methodStatic memberGetNormalizedDisplayName
Get a normalized version of the specified assembly display name, including the name, Version (if any), Culture (if any), PublicKeyToken (null if none), and processorArchitecture (if not the default MSIL).
Public methodStatic memberGetVersion
Get the version number from an assembly display name.
Public methodStatic memberHasCustomAttribute
Determine if an Assembly has a custom attribute.
Public methodStatic memberHasVersion
Determine if the specified assembly name has a version number.
Public methodStatic memberIsDisplayName
Determine if the specified assembly name is a display name.
Top
See Also