AssemblyDefinitionUtil Class |
Namespace: Nova.Utilities
public static class AssemblyDefinitionUtil
The AssemblyDefinitionUtil type exposes the following members.
Name | Description | |
---|---|---|
GetCustomAttribute |
Get the custom attributewith the specified name from the AssemblyDefinition. If there are multiple attributes with the name, the first one is returned.
| |
GetCustomAttributes |
Get all custom attributes with the specified name from the AssemblyDefinition.
| |
GetShortDisplayName |
Get a shorter display name for an assembly, truncating anything after the PublicKeyToken,
such as Culture and processorArchitecture.
| |
GetVersion |
Get the version number from an assembly display name.
| |
HasCustomAttribute |
Determine if an AssemblyDefinition has a custom attribute.
| |
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.
|