C# Class System.Reflection.AssemblyName

Inheritance: ICloneable, ISerializable, IDeserializationCallback, _AssemblyName
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyName ( ) : System
AssemblyName ( String assemblyName ) : System
Clone ( ) : Object
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetPublicKey ( ) : byte[]
GetPublicKeyToken ( ) : byte[]
OnDeserialization ( Object sender ) : void
SetPublicKey ( byte publicKey ) : void
SetPublicKeyToken ( byte publicKeyToken ) : void
ToString ( ) : String

Private Methods

Méthode Description
AssemblyName ( SerializationInfo info, StreamingContext context ) : System
EscapeCodeBase ( String codeBase ) : String
GetAssemblyName ( String assemblyFile ) : AssemblyName
Init ( String name, byte publicKey, byte publicKeyToken, Version version, System.Globalization.CultureInfo cultureInfo, AssemblyHashAlgorithm hashAlgorithm, AssemblyVersionCompatibility versionCompatibility, String codeBase, AssemblyNameFlags flags, StrongNameKeyPair keyPair ) : void
ReferenceMatchesDefinition ( AssemblyName reference, AssemblyName definition ) : bool
SetHashControl ( byte hash, AssemblyHashAlgorithm hashAlgorithm ) : void
_AssemblyName ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void
_AssemblyName ( uint &pcTInfo ) : void
_AssemblyName ( uint dispIdMember, [ riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr ) : void
_AssemblyName ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void
nGetFileInformation ( String s ) : AssemblyName
nGetPublicKeyToken ( ) : byte[]
nInit ( Assembly &assembly, bool forIntrospection, bool raiseResolveEvent ) : int
nInit ( ) : void
nToString ( ) : String

Method Details

AssemblyName() public méthode

public AssemblyName ( ) : System
Résultat System

AssemblyName() public méthode

public AssemblyName ( String assemblyName ) : System
assemblyName String
Résultat System

Clone() public méthode

public Clone ( ) : Object
Résultat Object

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetPublicKey() public méthode

public GetPublicKey ( ) : byte[]
Résultat byte[]

GetPublicKeyToken() public méthode

public GetPublicKeyToken ( ) : byte[]
Résultat byte[]

OnDeserialization() public méthode

public OnDeserialization ( Object sender ) : void
sender Object
Résultat void

SetPublicKey() public méthode

public SetPublicKey ( byte publicKey ) : void
publicKey byte
Résultat void

SetPublicKeyToken() public méthode

public SetPublicKeyToken ( byte publicKeyToken ) : void
publicKeyToken byte
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String