System.Reflection.Emit.StringToken Members

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

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
Tokenint.

Retrieves the metadata token for this string.

Public Methods

override
Equals(object) : bool

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

Equals(StringToken) : bool

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

override
GetHashCode() : int

Returns the hash code for this string.

Public Operators

static
Equality(StringToken, StringToken)

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

static
Inequality(StringToken, StringToken)

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