AssemblyUtil Class |
Namespace: Nova.Utilities
public static class AssemblyUtil
The AssemblyUtil type exposes the following members.
Name | Description | |
---|---|---|
GetCustomAttribute |
Get the custom attributewith the specified name from the Assembly. If there are multiple attributes with the name, the first one is returned.
| |
GetCustomAttributes |
Get all custom attributes with the specified name from the Assembly.
| |
GetNormalizedDisplayName |
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).
| |
GetVersion |
Get the version number from an assembly display name.
| |
HasCustomAttribute |
Determine if an Assembly has a custom attribute.
| |
HasVersion |
Determine if the specified assembly name has a version number.
| |
IsDisplayName |
Determine if the specified assembly name is a display name.
|
Name | Description | |
---|---|---|
InternalsVisibleToAttributeName |
The name of the internals-visible-to attribute.
| |
VersionTag |
The name of the version part of a display name.
|