Method |
Description |
|
CheckLinktimeDemands ( Module module, int metadataToken ) : void |
|
|
ConstructInstantiation ( ) : string |
|
|
Destroy ( ) : void |
|
|
Equals ( RuntimeMethodHandle handle ) : bool |
|
|
Equals ( object obj ) : bool |
|
|
GetAttributes ( ) : MethodAttributes |
|
|
GetCurrentMethod ( System.Threading.StackCrawlMark &stackMark ) : RuntimeMethodHandle |
|
|
GetDeclaringType ( ) : RuntimeTypeHandle |
|
|
GetFunctionPointer ( ) : IntPtr |
|
|
GetImplAttributes ( ) : MethodImplAttributes |
|
|
GetInstantiatingStub ( RuntimeTypeHandle declaringTypeHandle, RuntimeTypeHandle methodInstantiation ) : RuntimeMethodHandle |
|
|
GetInstantiatingStubIfNeeded ( RuntimeTypeHandle declaringTypeHandle ) : RuntimeMethodHandle |
|
|
GetMethodBody ( RuntimeTypeHandle declaringType ) : MethodBody |
|
|
GetMethodDef ( ) : int |
|
|
GetMethodFromCanonical ( RuntimeTypeHandle declaringTypeHandle ) : RuntimeMethodHandle |
|
|
GetMethodInstantiation ( ) : System.RuntimeTypeHandle[] |
|
|
GetName ( ) : string |
|
|
GetResolver ( ) : Resolver |
|
|
GetSlot ( ) : int |
|
|
GetTypicalMethodDefinition ( ) : RuntimeMethodHandle |
|
|
GetUtf8Name ( ) : Utf8String |
|
|
HasMethodInstantiation ( ) : bool |
|
|
InvokeConstructor ( object args, SignatureStruct signature, RuntimeTypeHandle declaringType ) : object |
|
|
InvokeMethodFast ( object target, object arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner ) : object |
|
|
IsConstructor ( ) : bool |
|
|
IsDynamicMethod ( ) : bool |
|
|
IsGenericMethodDefinition ( ) : bool |
|
|
IsILStub ( ) : bool |
|
|
IsNullHandle ( ) : bool |
|
|
IsVisibleFromModule ( Module source ) : bool |
|
|
IsVisibleFromType ( RuntimeTypeHandle source ) : bool |
|
|
RuntimeMethodHandle ( IntPtr pMethod ) : System |
|
|
RuntimeMethodHandle ( SerializationInfo info, StreamingContext context ) : System |
|
|
RuntimeMethodHandle ( void pMethod ) : System |
|
|
SerializationInvoke ( Object target, SignatureStruct declaringTypeSig, SerializationInfo info, StreamingContext context ) : void |
|
|
StripMethodInstantiation ( ) : RuntimeMethodHandle |
|
|
_CheckLinktimeDemands ( void module, int metadataToken ) : void |
|
|
_GetCurrentMethod ( System.Threading.StackCrawlMark &stackMark ) : void* |
|
|
_GetMethodBody ( IntPtr declaringType ) : MethodBody |
|
|
_GetTypicalMethodDefinition ( ) : void* |
|
|
_GetUtf8Name ( ) : void* |
|
|
_InvokeConstructor ( object args, SignatureStruct &signature, IntPtr declaringType ) : object |
|
|
_InvokeMethodFast ( object target, object arguments, SignatureStruct &sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner ) : object |
|
|
_IsVisibleFromModule ( void source ) : bool |
|
|
_IsVisibleFromType ( IntPtr source ) : bool |
|
|
_SerializationInvoke ( Object target, SignatureStruct &declaringTypeSig, SerializationInfo info, StreamingContext context ) : void |
|
|
_StripMethodInstantiation ( ) : void* |
|
|