public struct RuntimeTypeHandle
Object
ValueType
RuntimeTypeHandle
mscorlib
RuntimeInfrastructure
Provides a handle to the internal metadata representation of a type.
RuntimeTypeHandle 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
RuntimeTypeHandle 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.RuntimeTypeHandle Structure, System Namespace