System.Reflection.AssemblyName: Property Members

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

Public Properties

CodeBasestring.

Gets or sets the location of the assembly as a URL.

ContentTypeAssemblyContentType.

Gets or sets a value that indicates what type of content the assembly contains.

CultureInfoSystem.Globalization.CultureInfo.

Gets or sets the culture supported by the assembly.

[read-only]
CultureNamestring.

Gets or sets the name of the culture associated with the assembly.

[read-only]
EscapedCodeBasestring.

Gets the URI, including escape characters, that represents the codebase.

FlagsAssemblyNameFlags.

Gets or sets the attributes of the assembly.

[read-only]
FullNamestring.

Gets the full name of the assembly, also known as the display name.

HashAlgorithmSystem.Configuration.Assemblies.AssemblyHashAlgorithm.

Gets or sets the hash algorithm used by the assembly manifest.

KeyPairStrongNameKeyPair.

Gets or sets the public and private cryptographic key pair that is used to create a strong name signature for the assembly.

Namestring.

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.

ProcessorArchitectureProcessorArchitecture.

Gets or sets a value that identifies the processor and bits-per-word of the platform targeted by an executable.

VersionVersion.

Gets or sets the major, minor, build, and revision numbers of the assembly.

VersionCompatibilitySystem.Configuration.Assemblies.AssemblyVersionCompatibility.

Gets or sets the information related to the assembly's compatibility with other assemblies.