SignatureToken Struct

Definition

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
SignatureToken
Attributes

Fields

Empty

The default SignatureToken with Token value 0.

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 SignatureToken and is equal to this instance.

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.

Applies to