MethodToken 结构

定义

MethodToken 结构是表示方法的标记的对象表示形式。

public value class MethodToken
[System.Serializable]
public struct MethodToken
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct MethodToken
[<System.Serializable>]
type MethodToken = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type MethodToken = struct
Public Structure MethodToken
继承
MethodToken
属性

字段

Empty

Token 值为 0 的默认 MethodToken

属性

Token

返回此方法的元数据标记。

方法

Equals(MethodToken)

指示当前实例是否等于指定的 MethodToken

Equals(Object)

测试给定对象是否等于此 MethodToken 对象。

GetHashCode()

返回为此方法生成的哈希代码。

运算符

Equality(MethodToken, MethodToken)

指示两个 MethodToken 结构是否相等。

Inequality(MethodToken, MethodToken)

指示两个 MethodToken 结构是否不相等。

适用于