Click or drag to resize

AssemblyExtensions Methods

The AssemblyExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method BuildDate Gets the date and time when the assembly was last built.
Public Extension Method CLSCompliant Gets a boolean value indicating whether the indicated program element is CLS-compliant.
Public Extension Method ComCompatibleVersion Gets the string representing the assembly version used to indicate to a COM client that all classes in the current version of the assembly are compatible with classes in an earlier version of the assembly.
Public Extension Method Company Gets the company name information of the assembly.
Public Extension Method ComVisible Gets a boolean value indicating if the assembly is exposed to COM.
Public Extension Method Configuration Gets the configuration information of the assembly.
Public Extension Method Copyright Gets the copyright information of the assembly.
Public Extension Method CultureName Gets the culture name of the assembly.
Public Extension Method Debuggable Gets a boolean value indicating if the Assembly was built in debug mode.
Public Extension Method DelaySign Gets a boolean value indicating if the assembly has been built as delay-signed.
Public Extension Method Description Gets the description information of the assembly.
Public Extension Method GetAttributes Gets a name/value collection of assembly attributes exposed by the assembly.
Public Extension Method GetEmbeddedResource Gets the specified embedded resource from the assembly.
Public Extension Method Guid Gets the assembly GUID that is used as an ID if the assembly is exposed to COM.
Public Extension Method InformationalVersion Gets the version information of the assembly.
Public Extension Method KeyFile Gets the name of the file containing the key pair used to generate a strong name for the attributed assembly.
Public Extension Method Product Gets the product name information of the assembly.
Public Extension Method RootNamespace Gets the root namespace of the assembly.
Public Extension Method SatelliteContractVersion Gets the assembly version used to instruct the ResourceManager to ask for a particular version of a satellite assembly to simplify updates of the main assembly of an application.
Public Extension Method ShortName Returns only assembly name and version from full assembly name.
Public Extension Method Title Gets the title information of the assembly.
Public Extension Method Trademark Gets the trademark information of the assembly.
Public Extension Method TryLoadAllReferences Recursively attempts to load all assemblies referenced from the given assembly.
Public Extension Method TypeLibVersion Gets the string representing the assembly version number in MajorVersion.MinorVersion format.
Top
See Also