Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SymbolToken Structure

 

The SymbolToken structure is an object representation of a token that represents symbolic information.

Namespace:   System.Diagnostics.SymbolStore
Assembly:  mscorlib (in mscorlib.dll)

<ComVisibleAttribute(True)>
Public Structure SymbolToken

NameDescription
System_CAPS_pubmethodSymbolToken(Int32)

Initializes a new instance of the SymbolToken structure when given a value.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether obj is an instance of SymbolToken and is equal to this instance.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethodEquals(SymbolToken)

Determines whether obj is equal to this instance.

System_CAPS_pubmethodGetHashCode()

Generates the hash code for the current token.(Overrides ValueType.GetHashCode().)

System_CAPS_pubmethodGetToken()

Gets the value of the current token.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(SymbolToken, SymbolToken)

Returns a value indicating whether two SymbolToken objects are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(SymbolToken, SymbolToken)

Returns a value indicating whether two SymbolToken objects are not equal.

.NET Framework
Available since 1.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft