This topic has not yet been rated - Rate this topic

FieldToken Members

The FieldToken struct is an object representation of a token that represents a field.

The FieldToken type exposes the following members.

  NameDescription
Public method Equals Overloaded. Indicates whether the current instance is equal to a specified object.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Generates the hash code for this field. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
Top
  NameDescription
Public operator Static member Equality Indicates whether two FieldToken structures are equal.
Public operator Static member Inequality Indicates whether two FieldToken structures are not equal.
Top
  NameDescription
Public field Static member Empty The default FieldToken with Token value 0.
Top
  NameDescription
Public property Token Retrieves the metadata token for this field.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.