System.Reflection.Emit.FieldToken Members

The members of System.Reflection.Emit.FieldToken are listed below.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
EmptyFieldToken.

The default FieldToken with FieldToken.Token value 0.

Public Properties

[read-only]
Tokenint.

Retrieves the metadata token for this field.

Public Methods

override
Equals(object) : bool

Determines if an object is an instance of FieldToken and is equal to this instance.

Equals(FieldToken) : bool

Indicates whether the current instance is equal to the specified System.Reflection.Emit.FieldToken.

override
GetHashCode() : int

Generates the hash code for this field.

Public Operators

static
Equality(FieldToken, FieldToken)

Indicates whether two System.Reflection.Emit.FieldToken structures are equal.

static
Inequality(FieldToken, FieldToken)

Indicates whether two System.Reflection.Emit.FieldToken structures are not equal.