System.Reflection.Emit.SignatureToken Members

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

See Also: Inherited members from System.ValueType

Public Fields

static readonly
EmptySignatureToken.

The default SignatureToken with SignatureToken.Token value 0.

Public Properties

[read-only]
Tokenint.

Retrieves the metadata token for the local variable signature for this method.

Public Methods

override
Equals(object) : bool

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

Equals(SignatureToken) : bool

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

override
GetHashCode() : int

Generates the hash code for this signature.

Public Operators

static
Equality(SignatureToken, SignatureToken)

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

static
Inequality(SignatureToken, SignatureToken)

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