public struct RuntimeFieldHandle
Object
ValueType
RuntimeFieldHandle
mscorlib
RuntimeInfrastructure
Serves as a metadata token for a field.
RuntimeFieldHandle 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
RuntimeFieldHandle Properties
public IntPtr Value { get; }
Gets a IntPtr that contains the value of the current RuntimeFieldHandle .
A IntPtr that contains the value of the current RuntimeFieldHandle .
This property is read-only.
System.RuntimeFieldHandle Structure, System Namespace