The properties of System.Reflection.AssemblyName are listed below. For a list of all members, see the AssemblyName Members list.
See Also: Inherited members from System.Object
| CodeBase | string.
Gets or sets the location of the assembly as a URL. | |
| ContentType | AssemblyContentType.
Gets or sets a value that indicates what type of content the assembly contains. | |
| CultureInfo | System.Globalization.CultureInfo.
Gets or sets the culture supported by the assembly. | |
| [read-only] | CultureName | string.
Gets or sets the name of the culture associated with the assembly. |
| [read-only] | EscapedCodeBase | string.
Gets the URI, including escape characters, that represents the codebase. |
| Flags | AssemblyNameFlags.
Gets or sets the attributes of the assembly. | |
| [read-only] | FullName | string.
Gets the full name of the assembly, also known as the display name. |
| HashAlgorithm | System.Configuration.Assemblies.AssemblyHashAlgorithm.
Gets or sets the hash algorithm used by the assembly manifest. | |
| KeyPair | StrongNameKeyPair.
Gets or sets the public and private cryptographic key pair that is used to create a strong name signature for the assembly. | |
| Name | string.
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 | ProcessorArchitecture.
Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable. | |
| Version | Version.
Gets or sets the major, minor, build, and revision numbers of the assembly. | |
| VersionCompatibility | System.Configuration.Assemblies.AssemblyVersionCompatibility.
Gets or sets the information related to the assembly's compatibility with other assemblies. |