Assembly
|
The AssemblyExtensions type exposes the following members.
Name | Description | |
---|---|---|
BuildDate | Gets the date and time when the assembly was last built. | |
CLSCompliant | Gets a boolean value indicating whether the indicated program element is CLS-compliant. | |
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. | |
Company | Gets the company name information of the assembly. | |
ComVisible | Gets a boolean value indicating if the assembly is exposed to COM. | |
Configuration | Gets the configuration information of the assembly. | |
Copyright | Gets the copyright information of the assembly. | |
CultureName | Gets the culture name of the assembly. | |
Debuggable | Gets a boolean value indicating if the Assembly was built in debug mode. | |
DelaySign | Gets a boolean value indicating if the assembly has been built as delay-signed. | |
Description | Gets the description information of the assembly. | |
GetAttributes | Gets a name/value collection of assembly attributes exposed by the assembly. | |
GetEmbeddedResource | Gets the specified embedded resource from the assembly. | |
Guid | Gets the assembly GUID that is used as an ID if the assembly is exposed to COM. | |
InformationalVersion | Gets the version information of the assembly. | |
KeyFile | Gets the name of the file containing the key pair used to generate a strong name for the attributed assembly. | |
Product | Gets the product name information of the assembly. | |
RootNamespace | Gets the root namespace of the assembly. | |
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. | |
ShortName | Returns only assembly name and version from full assembly name. | |
Title | Gets the title information of the assembly. | |
Trademark | Gets the trademark information of the assembly. | |
TryLoadAllReferences | Recursively attempts to load all assemblies referenced from the given assembly. | |
TypeLibVersion | Gets the string representing the assembly version number in MajorVersion.MinorVersion format. |