System.Reflection.MethodBase.GetMethodFromHandle Method

Gets method information by using the method's internal metadata representation (handle).

Syntax

public static MethodBase GetMethodFromHandle (RuntimeMethodHandle handle)

Parameters

handle
The method's handle.

Returns

A MethodBase containing information about the method.

Remarks

Handles are valid only in the application domain in which they were obtained.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0