C# 클래스 IKVM.Reflection.MethodSignature

상속: Signature
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Bind MethodSignature
GetParameterCount int
GetParameterOptionalCustomModifiers Type[]
GetParameterRequiredCustomModifiers Type[]
GetParameterType Type
GetParameterType Type
GetReturnType Type
GetReturnTypeOptionalCustomModifiers Type[]
GetReturnTypeRequiredCustomModifiers Type[]
MakeFromBuilder MethodSignature
MatchParameterTypes bool
MethodSignature System
ReadSig MethodSignature
ReadStandAloneMethodSig IKVM.Reflection.__StandAloneMethodSig
WriteMethodRefSig void
WriteSig void
WriteSigImpl void

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int

비공개 메소드들

메소드 설명
Bind ( Type type, Type methodArgs ) : MethodSignature
GetParameterCount ( ) : int
GetParameterOptionalCustomModifiers ( IGenericBinder binder, int index ) : Type[]
GetParameterRequiredCustomModifiers ( IGenericBinder binder, int index ) : Type[]
GetParameterType ( IGenericBinder binder, int index ) : Type
GetParameterType ( int index ) : Type
GetReturnType ( IGenericBinder binder ) : Type
GetReturnTypeOptionalCustomModifiers ( IGenericBinder binder ) : Type[]
GetReturnTypeRequiredCustomModifiers ( IGenericBinder binder ) : Type[]
MakeFromBuilder ( Type returnType, Type parameterTypes, Type modifiers, CallingConventions callingConvention, int genericParamCount ) : MethodSignature
MatchParameterTypes ( Type types ) : bool
MethodSignature ( Type returnType, Type parameterTypes, Type modifiers, CallingConventions callingConvention, int genericParamCount ) : System
ReadSig ( ModuleReader module, IKVM.Reflection.Reader.ByteReader br, IGenericContext context ) : MethodSignature
ReadStandAloneMethodSig ( ModuleReader module, IKVM.Reflection.Reader.ByteReader br, IGenericContext context ) : IKVM.Reflection.__StandAloneMethodSig
WriteMethodRefSig ( ModuleBuilder module, ByteBuffer bb, Type optionalParameterTypes ) : void
WriteSig ( ModuleBuilder module, ByteBuffer bb ) : void
WriteSigImpl ( ModuleBuilder module, ByteBuffer bb, int parameterCount ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int