AssemblyName Properties
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CodeBase | Gets or sets the location of the assembly as a URL. |
![]() | ContentType | Gets or sets a value that indicates what type of content the assembly contains. |
![]() | CultureInfo | Gets or sets the culture supported by the assembly. |
![]() | CultureName | Gets or sets the name of the culture associated with the assembly. |
![]() | EscapedCodeBase | Gets the URI, including escape characters, that represents the codebase. |
![]() | Flags | Gets or sets the attributes of the assembly. |
![]() | FullName | Gets the full name of the assembly, also known as the display name. |
![]() | HashAlgorithm | Gets or sets the hash algorithm used by the assembly manifest. |
![]() | KeyPair | Gets or sets the public and private cryptographic key pair that is used to create a strong name signature for the assembly. |
![]() | Name | Gets or sets the simple name of the assembly. This is usually, but not necessarily, the file name of the manifest file of the assembly, minus its extension. |
![]() | ProcessorArchitecture | Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable. |
![]() | Version | Gets or sets the major, minor, build, and revision numbers of the assembly. |
![]() | VersionCompatibility | Gets or sets the information related to the assembly's compatibility with other assemblies. |
