System.Reflection.Emit.EventToken Members

The members of System.Reflection.Emit.EventToken are listed below.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
EmptyEventToken.

The default EventToken with EventToken.Token value 0.

Public Properties

[read-only]
Tokenint.

Retrieves the metadata token for this event.

Public Methods

override
Equals(object) : bool

Checks if the given object is an instance of EventToken and is equal to this instance.

Equals(EventToken) : bool

Indicates whether the current instance is equal to the specified System.Reflection.Emit.EventToken.

override
GetHashCode() : int

Generates the hash code for this event.

Public Operators

static
Equality(EventToken, EventToken)

Indicates whether two System.Reflection.Emit.EventToken structures are equal.

static
Inequality(EventToken, EventToken)

Indicates whether two System.Reflection.Emit.EventToken structures are not equal.