System.Reflection.Emit.MethodToken Members

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

See Also: Inherited members from System.ValueType

Public Fields

static readonly
EmptyMethodToken.

The default MethodToken with MethodToken.Token value 0.

Public Properties

[read-only]
Tokenint.

Returns the metadata token for this method.

Public Methods

override
Equals(object) : bool

Tests whether the given object is equal to this MethodToken object.

Equals(MethodToken) : bool

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

override
GetHashCode() : int

Returns the generated hash code for this method.

Public Operators

static
Equality(MethodToken, MethodToken)

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

static
Inequality(MethodToken, MethodToken)

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