System.RuntimeFieldHandle Structure

public struct RuntimeFieldHandle

Base Types

Object
  ValueType
    RuntimeFieldHandle

Assembly

mscorlib

Library

RuntimeInfrastructure

Summary

Serves as a metadata token for a field.

Description

RuntimeFieldHandle objects are created through the use of the CIL instruction ldtoken .

[Note: For more information on ldtoken , see Partition III of the CLI Specification.]

See Also

System Namespace

Members

RuntimeFieldHandle Properties

RuntimeFieldHandle.Value Property


RuntimeFieldHandle.Value Property

public IntPtr Value { get; }

Summary

Gets a IntPtr that contains the value of the current RuntimeFieldHandle .

Property Value

A IntPtr that contains the value of the current RuntimeFieldHandle .

Description

This property is read-only.

See Also

System.RuntimeFieldHandle Structure, System Namespace