EventToken Struct

Definizione

Rappresenta l'oggetto Token restituito dai metadati per indicare un evento.

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

Campi

Empty

L'oggetto EventToken predefinito con valore Token pari a 0.

Proprietà

Token

Recupera il token di metadati per l'evento.

Metodi

Equals(EventToken)

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

Equals(Object)

Verifica se l'oggetto dato è un'istanza di EventToken e se è uguale a tale istanza.

GetHashCode()

Genera il codice hash per l'evento.

Operatori

Equality(EventToken, EventToken)

Indica se due strutture EventToken sono uguali.

Inequality(EventToken, EventToken)

Indica se due strutture EventToken non sono uguali.

Si applica a