AssemblyDescription Members
The AssemblyDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AssemblyDescription(String) |
Initializes a new instance of the AssemblyDescription class.
|
![]() |
AssemblyDescription(IAssemblyName) |
Initializes a new instance of the AssemblyDescription class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Culture |
Gets the culture.
|
![]() |
Custom |
Gets the custom.
|
![]() |
DisplayName |
Gets the qualified name of the assembly. This is useful for Install/Uninstall.
v1.0/v1.1 assemblies: "name, Version=xx, Culture=xx, PublicKeyToken=xx".
v2.0 assemblies: "name, Version=xx, Culture=xx, PublicKeyToken=xx, ProcessorArchitecture=xx".
|
![]() |
FusionProperties |
Gets the fusion properties.
|
![]() |
Name |
Gets the short assembly name, such as mscorlib.
|
![]() |
Path |
Gets the path.
|
![]() |
ProcessorArchitecture |
Gets the processor architecture.
|
![]() |
PublicKeyToken |
Gets the public key token.
|
![]() |
ReflectionProperties |
Gets the reflection properties.
|
![]() |
Version |
Gets the version.
|