Click or drag to resize

AssemblyDefinitionUtil Methods

The AssemblyDefinitionUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCustomAttribute
Get the custom attributewith the specified name from the AssemblyDefinition. 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 AssemblyDefinition.
Public methodStatic memberGetShortDisplayName
Get a shorter display name for an assembly, truncating anything after the PublicKeyToken, such as Culture and processorArchitecture.
Public methodStatic memberGetVersion
Get the version number from an assembly display name.
Public methodStatic memberHasCustomAttribute
Determine if an AssemblyDefinition has a custom attribute.
Public methodStatic memberIsDisplayName
Determine if the specified assembly name is a display name.
Top
See Also