MethodToken Struct

Definizione

Lo struct MethodToken è una rappresentazione dell'oggetto di un token che rappresenta un metodo.

public value class MethodToken
[System.Serializable]
public struct MethodToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct MethodToken
[<System.Serializable>]
type MethodToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type MethodToken = struct
Public Structure MethodToken
Ereditarietà
MethodToken
Attributi

Campi

Nome Descrizione
Empty

Valore predefinito MethodToken con Token valore 0.

Proprietà

Nome Descrizione
Token

Restituisce il token di metadati per questo metodo.

Metodi

Nome Descrizione
Equals(MethodToken)

Indica se l'istanza corrente è uguale all'oggetto specificato MethodToken.

Equals(Object)

Verifica se l'oggetto specificato è uguale a questo MethodToken oggetto.

GetHashCode()

Restituisce il codice hash generato per questo metodo.

Operatori

Nome Descrizione
Equality(MethodToken, MethodToken)

Indica se due MethodToken strutture sono uguali.

Inequality(MethodToken, MethodToken)

Indica se due MethodToken strutture non sono uguali.

Si applica a