C# 클래스 System.Signature

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CompareSig bool
DiffSigs bool
GetCustomModifiers void
GetSignature void
GetSignatureForDynamicMethod void
_GetSignature void

공개 메소드들

메소드 설명
GetCustomModifiers ( int position, bool required ) : System.Type[]
Signature ( RuntimeFieldHandle fieldHandle, RuntimeTypeHandle declaringTypeHandle ) : System
Signature ( RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle ) : System
Signature ( RuntimeMethodHandle method, RuntimeTypeHandle arguments, RuntimeTypeHandle returnType, CallingConventions callingConvention ) : System
Signature ( void pCorSig, int cCorSig, RuntimeTypeHandle declaringTypeHandle ) : System

비공개 메소드들

메소드 설명
CompareSig ( SignatureStruct &left, SignatureStruct &right ) : bool
DiffSigs ( object o ) : bool
GetCustomModifiers ( SignatureStruct &signature, int parameter, RuntimeTypeHandle &required, RuntimeTypeHandle &optional ) : void
GetSignature ( SignatureStruct &signature, void pCorSig, int cCorSig, RuntimeFieldHandle fieldHandle, RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle ) : void
GetSignatureForDynamicMethod ( SignatureStruct &signature, RuntimeMethodHandle methodHandle ) : void
_GetSignature ( SignatureStruct &signature, void pCorSig, int cCorSig, IntPtr fieldHandle, IntPtr methodHandle, IntPtr declaringTypeHandle ) : void

메소드 상세

GetCustomModifiers() 공개 메소드

public GetCustomModifiers ( int position, bool required ) : System.Type[]
position int
required bool
리턴 System.Type[]

Signature() 공개 메소드

public Signature ( RuntimeFieldHandle fieldHandle, RuntimeTypeHandle declaringTypeHandle ) : System
fieldHandle RuntimeFieldHandle
declaringTypeHandle RuntimeTypeHandle
리턴 System

Signature() 공개 메소드

public Signature ( RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle ) : System
methodHandle RuntimeMethodHandle
declaringTypeHandle RuntimeTypeHandle
리턴 System

Signature() 공개 메소드

public Signature ( RuntimeMethodHandle method, RuntimeTypeHandle arguments, RuntimeTypeHandle returnType, CallingConventions callingConvention ) : System
method RuntimeMethodHandle
arguments RuntimeTypeHandle
returnType RuntimeTypeHandle
callingConvention CallingConventions
리턴 System

Signature() 공개 메소드

public Signature ( void pCorSig, int cCorSig, RuntimeTypeHandle declaringTypeHandle ) : System
pCorSig void
cCorSig int
declaringTypeHandle RuntimeTypeHandle
리턴 System