SignatureToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Token
returned by the metadata to represent a signature.
public value class SignatureToken
[System.Serializable]
public struct SignatureToken
[System.Runtime.InteropServices.ComVisible(true)]
public struct SignatureToken
[<System.Serializable>]
type SignatureToken = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
type SignatureToken = struct
Public Structure SignatureToken
- Inheritance
- Attributes
Fields
Empty |
The default |
Properties
Token |
Retrieves the metadata token for the local variable signature for this method. |
Methods
Equals(Object) |
Checks if the given object is an instance of |
Equals(SignatureToken) |
Indicates whether the current instance is equal to the specified SignatureToken. |
GetHashCode() |
Generates the hash code for this signature. |
Operators
Equality(SignatureToken, SignatureToken) |
Indicates whether two SignatureToken structures are equal. |
Inequality(SignatureToken, SignatureToken) |
Indicates whether two SignatureToken structures are not equal. |