Name | Description | |
---|---|---|
SessionAssemblyInfo Constructor | Create a new assembly information object with information from the provided assembly. |
The following tables list the members exposed by SessionAssemblyInfo.
Name | Description | |
---|---|---|
SessionAssemblyInfo Constructor | Create a new assembly information object with information from the provided assembly. |
Name | Description | |
---|---|---|
Caption | A display caption for the assembly. | |
CultureName | The standard full name for the culture (like EN-US) | |
Description | The full name of the assembly. | |
FileVersion | The file version recorded in the manifest assembly, if available. May be null. | |
FullName | The full name for the assembly, generally unique within an application domain. | |
GlobalAssemblyCache | Indicates of the assembly was loaded out of the Global Assembly Cache. | |
Id | The unique Id of this assembly information within the session. | |
ImageRuntimeVersion | The .NET Runtime version the assembly image was compiled against. | |
LoadedTimeStamp | The date & time the assembly was loaded by the runtime. | |
Location | The full location to the assembly. | |
Name | The short name of the assembly (typically the same as the file name without extension). Not unique within an application domain. | |
ProcessorArchitecture | The processor architecture the assembly was compiled for. | |
Version | The Assembly Version that was loaded. |
Name | Description | |
---|---|---|
CompareTo | Compares this SessionAssemblyInfo object to another to determine sorting order. | |
Equals | Overloaded. Determines if the provided SessionAssemblyInfo object is identical to this object. | |
GetHashCode | Provides a representative hash code for objects of this type to spread out distribution in hash tables. |
Equality | Compares two SessionAssemblyInfo instances for equality. |
Greater Than | Compares if one SessionAssemblyInfo instance should sort greater than another. |
Inequality | Compares two SessionAssemblyInfo instances for inequality. |
Less Than | Compares if one SessionAssemblyInfo instance should sort less than another. |