Mono Class Library: Overview

System.Reflection.AssemblyName: Members

The members of System.Reflection.AssemblyName are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

CodeBasestring. Documentation for this section has not yet been entered.
CultureInfoSystem.Globalization.CultureInfo. Documentation for this section has not yet been entered.
[read-only]
EscapedCodeBasestring. Documentation for this section has not yet been entered.
FlagsAssemblyNameFlags. Documentation for this section has not yet been entered.
[read-only]
FullNamestring. Documentation for this section has not yet been entered.
HashAlgorithmSystem.Configuration.Assemblies.AssemblyHashAlgorithm. Documentation for this section has not yet been entered.
KeyPairStrongNameKeyPair. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
ProcessorArchitectureProcessorArchitecture. Documentation for this section has not yet been entered.
VersionVersion. Documentation for this section has not yet been entered.
VersionCompatibilitySystem.Configuration.Assemblies.AssemblyVersionCompatibility. Documentation for this section has not yet been entered.

Public Methods

Clone() : object
Documentation for this section has not yet been entered.
static
GetAssemblyName(string) : AssemblyName
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
GetPublicKey() : byte[]
Documentation for this section has not yet been entered.
GetPublicKeyToken() : byte[]
Documentation for this section has not yet been entered.
OnDeserialization(object)
Documentation for this section has not yet been entered.
static
ReferenceMatchesDefinition(AssemblyName, AssemblyName) : bool
Documentation for this section has not yet been entered.
SetPublicKey(byte[])
Documentation for this section has not yet been entered.
SetPublicKeyToken(byte[])
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._AssemblyName.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._AssemblyName.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._AssemblyName.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._AssemblyName.InvokeDocumentation for this section has not yet been entered.