Метод |
Описание |
|
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 |
|
|