|
| | RuntimeMethodHandle (IRuntimeMethodInfo method) |
| |
| IRuntimeMethodInfo | GetMethodInfo () |
| |
| bool | IsNullHandle () |
| |
| static IntPtr | GetFunctionPointer (RuntimeMethodHandleInternal handle) |
| |
| static Interop.BOOL | GetIsCollectible (RuntimeMethodHandleInternal handle) |
| |
| static Interop.BOOL | IsCAVisibleFromDecoratedType (QCallTypeHandle attrTypeHandle, RuntimeMethodHandleInternal attrCtor, QCallTypeHandle sourceTypeHandle, QCallModule sourceModule) |
| |
| static MethodAttributes | GetAttributes (RuntimeMethodHandleInternal method) |
| |
| static MethodImplAttributes | GetImplAttributes (IRuntimeMethodInfo method) |
| |
| static RuntimeType | GetDeclaringType (RuntimeMethodHandleInternal method) |
| |
| static int | GetSlot (RuntimeMethodHandleInternal method) |
| |
| static int | GetMethodDef (IRuntimeMethodInfo method) |
| |
| static string | GetName (RuntimeMethodHandleInternal method) |
| |
| static bool | MatchesNameHash (RuntimeMethodHandleInternal method, uint hash) |
| |
| static object | InvokeMethod (object target, in Span< object > arguments, Signature sig, bool constructor, bool wrapExceptions) |
| |
| static bool | HasMethodInstantiation (RuntimeMethodHandleInternal method) |
| |
| static RuntimeMethodHandleInternal | GetStubIfNeeded (RuntimeMethodHandleInternal method, RuntimeType declaringType, RuntimeType[] methodInstantiation) |
| |
| static RuntimeMethodHandleInternal | GetMethodFromCanonical (RuntimeMethodHandleInternal method, RuntimeType declaringType) |
| |
| static bool | IsGenericMethodDefinition (RuntimeMethodHandleInternal method) |
| |
| static bool | IsTypicalMethodDefinition (IRuntimeMethodInfo method) |
| |
| static bool | IsDynamicMethod (RuntimeMethodHandleInternal method) |
| |
| static void | Destroy (RuntimeMethodHandleInternal method) |
| |
| static Resolver | GetResolver (RuntimeMethodHandleInternal method) |
| |
| static RuntimeMethodBody | GetMethodBody (IRuntimeMethodInfo method, RuntimeType declaringType) |
| |
| static bool | IsConstructor (RuntimeMethodHandleInternal method) |
| |
| static LoaderAllocator | GetLoaderAllocator (RuntimeMethodHandleInternal method) |
| |
Definition at line 12 of file RuntimeMethodHandle.cs.