Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SignatureToken Structure

 

Represents the Token returned by the metadata to represent a signature.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(true)]
public struct SignatureToken

NameDescription
System_CAPS_pubpropertyToken

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

NameDescription
System_CAPS_pubmethodEquals(Object)

Checks if the given object is an instance of SignatureToken and is equal to this instance.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethodEquals(SignatureToken)

Indicates whether the current instance is equal to the specified SignatureToken.

System_CAPS_pubmethodGetHashCode()

Generates the hash code for this signature.(Overrides ValueType.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticEmpty

The default SignatureToken with Token value 0.

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(SignatureToken, SignatureToken)

Indicates whether two SignatureToken structures are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(SignatureToken, SignatureToken)

Indicates whether two SignatureToken structures are not equal.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft