This topic has not yet been rated - Rate this topic

PropertyToken Structure

The PropertyToken struct is an opaque representation of the Token returned by the metadata to represent a property.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)
[ComVisibleAttribute(true)]
public struct PropertyToken

The PropertyToken type exposes the following members.

  NameDescription
Public propertyTokenRetrieves the metadata token for this property.
Top
  NameDescription
Public methodEquals(Object)Checks if the given object is an instance of PropertyToken and is equal to this instance. (Overrides ValueType.Equals(Object).)
Public methodEquals(PropertyToken)Indicates whether the current instance is equal to the specified PropertyToken.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeGenerates the hash code for this property. (Overrides ValueType.GetHashCode().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns the fully qualified type name of this instance. (Inherited from ValueType.)
Top
  NameDescription
Public operatorStatic memberEqualityIndicates whether two PropertyToken structures are equal.
Public operatorStatic memberInequalityIndicates whether two PropertyToken structures are not equal.
Top
  NameDescription
Public fieldStatic memberEmptyThe default PropertyToken with Token value 0.
Top

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.