Click or drag to resize

AssemblyDefinitionUtil Class

Extension methods for AssemblyDefinition.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesAssemblyDefinitionUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class AssemblyDefinitionUtil

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
Fields
  NameDescription
Public fieldStatic memberInternalsVisibleToAttributeName
The name of the internals-visible-to attribute.
Public fieldStatic memberVersionTag
The name of the version part of a display name.
Top
See Also