System.RuntimeFieldHandle Members

The members of System.RuntimeFieldHandle are listed below.

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
ValueIntPtr.

Gets a handle to the field represented by the current instance.

Public Methods

override
Equals(object) : bool

Indicates whether the current instance is equal to the specified object.

Equals(RuntimeFieldHandle) : bool

Indicates whether the current instance is equal to the specified RuntimeFieldHandle.

override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Populates a System.Runtime.Serialization.SerializationInfo with the data necessary to deserialize the field represented by the current instance.

Public Operators

static
Equality(RuntimeFieldHandle, RuntimeFieldHandle)

Indicates whether two RuntimeFieldHandle structures are equal.

static
Inequality(RuntimeFieldHandle, RuntimeFieldHandle)

Indicates whether two RuntimeFieldHandle structures are not equal.