Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SymbolToken Struct

Definition

Namespace:
System.Diagnostics.SymbolStore
Assemblies:
netstandard.dll, System.Diagnostics.StackTrace.dll
Assembly:
System.Diagnostics.StackTrace.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
SymbolToken.cs
Source:
SymbolToken.cs
Source:
SymbolToken.cs
Source:
SymbolToken.cs
Source:
SymbolToken.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public value class SymbolToken : IEquatable<System::Diagnostics::SymbolStore::SymbolToken>
public value class SymbolToken
public readonly struct SymbolToken : IEquatable<System.Diagnostics.SymbolStore.SymbolToken>
public readonly struct SymbolToken
public struct SymbolToken
[System.Runtime.InteropServices.ComVisible(true)]
public struct SymbolToken
type SymbolToken = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymbolToken = struct
Public Structure SymbolToken
Implements IEquatable(Of SymbolToken)
Public Structure SymbolToken
Inheritance
SymbolToken
Attributes
Implements

Constructors

Name Description
SymbolToken(Int32)

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

Methods

Name Description
Equals(Object)

Determines whether obj is an instance of SymbolToken and is equal to this instance.

Equals(SymbolToken)

Determines whether obj is equal to this instance.

GetHashCode()

Generates the hash code for the current token.

GetToken()

Gets the value of the current token.

Operators

Name Description
Equality(SymbolToken, SymbolToken)

Returns a value indicating whether two SymbolToken objects are equal.

Inequality(SymbolToken, SymbolToken)

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

Applies to

See also


Feedback

Was this page helpful?