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 구조체가 같지 않은지 여부를 나타냅니다.

적용 대상