public struct RuntimeMethodHandle
Object
ValueType
RuntimeMethodHandle
mscorlib
RuntimeInfrastructure
The RuntimeMethodHandle is a handle to the internal metadata representation of a method.
RuntimeMethodHandle objects are created through the use of the CIL instructionldtoken
.[Note: For more information on
ldtoken
, see Partition III of the CLI Specification.]
System Namespace
RuntimeMethodHandle Properties
public IntPtr Value { get; }
Gets the value of the current instance.
A IntPtr containing the value of the handle.
This property is read-only.
System.RuntimeMethodHandle Structure, System Namespace