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
특성

필드

Name Description
Empty

값이 0인 Token 기본값 MethodToken 입니다.

속성

Name Description
Token

이 메서드에 대한 메타데이터 토큰을 반환합니다.

메서드

Name Description
Equals(MethodToken)

현재 인스턴스가 지정된 MethodToken인스턴스와 같은지 여부를 나타냅니다.

Equals(Object)

지정된 개체가 이 MethodToken 개체와 같은지 여부를 테스트합니다.

GetHashCode()

이 메서드에 대해 생성된 해시 코드를 반환합니다.

연산자

Name Description
Equality(MethodToken, MethodToken)

MethodToken 구조체가 같은지 여부를 나타냅니다.

Inequality(MethodToken, MethodToken)

MethodToken 구조체가 같지 않은지 여부를 나타냅니다.

적용 대상