SymbolToken Struct

Definizione

La struttura SymbolToken è una rappresentazione in forma di oggetto di un token che indica informazioni sui simboli.

public value class SymbolToken
public value class SymbolToken : IEquatable<System::Diagnostics::SymbolStore::SymbolToken>
public readonly struct SymbolToken
public readonly struct SymbolToken : IEquatable<System.Diagnostics.SymbolStore.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
Public Structure SymbolToken
Implements IEquatable(Of SymbolToken)
Ereditarietà
SymbolToken
Attributi
Implementazioni

Costruttori

SymbolToken(Int32)

Inizializza una nuova istanza della struttura SymbolToken per un valore specificato.

Metodi

Equals(Object)

Determina se obj è un'istanza di SymbolToken e se è uguale all'istanza.

Equals(SymbolToken)

Determina se l'oggetto obj è uguale all'istanza.

GetHashCode()

Genera il codice hash per il token corrente.

GetToken()

Ottiene il valore del token corrente.

Operatori

Equality(SymbolToken, SymbolToken)

Restituisce un valore che indica se due oggetti SymbolToken sono equivalenti.

Inequality(SymbolToken, SymbolToken)

Restituisce un valore che indica se due oggetti SymbolToken non sono equivalenti.

Si applica a

Vedi anche