Click or drag to resize

AssemblyUtil Class

Extension methods for Assembly.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesAssemblyUtil

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

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
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