C# 클래스 System.Reflection.AssemblyName

상속: ICloneable, ISerializable, IDeserializationCallback, _AssemblyName
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AssemblyName() 공개 메소드

public AssemblyName ( ) : System
리턴 System

AssemblyName() 공개 메소드

public AssemblyName ( String assemblyName ) : System
assemblyName String
리턴 System

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetPublicKey() 공개 메소드

public GetPublicKey ( ) : byte[]
리턴 byte[]

GetPublicKeyToken() 공개 메소드

public GetPublicKeyToken ( ) : byte[]
리턴 byte[]

OnDeserialization() 공개 메소드

public OnDeserialization ( Object sender ) : void
sender Object
리턴 void

SetPublicKey() 공개 메소드

public SetPublicKey ( byte publicKey ) : void
publicKey byte
리턴 void

SetPublicKeyToken() 공개 메소드

public SetPublicKeyToken ( byte publicKeyToken ) : void
publicKeyToken byte
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String