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. |
![]() | Session | The session this assembly was recorded as part of |
![]() | Version | The Assembly Version that was loaded. |