SignatureToken Structure
Represents the Token returned by the metadata to represent a signature.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Token | Retrieves the metadata token for the local variable signature for this method. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Checks if the given object is an instance of SignatureToken and is equal to this instance.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(SignatureToken) | Indicates whether the current instance is equal to the specified SignatureToken. |
![]() | GetHashCode() | Generates the hash code for this signature.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(SignatureToken, SignatureToken) | Indicates whether two SignatureToken structures are equal. |
![]() ![]() | Inequality(SignatureToken, SignatureToken) | Indicates whether two SignatureToken structures are not equal. |
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.




