TypeToken 구조체
정의
형식을 나타내는 메타데이터에서 반환된 Token
을 나타냅니다.Represents the Token
returned by the metadata to represent a type.
public value class TypeToken
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public struct TypeToken
type TypeToken = struct
Public Structure TypeToken
- 상속
- 특성
설명
개체의 형식은 개체의 클래스 라고도 합니다.The type of an object is also known as the class of an object.
필드
Empty |
Token 값이 0인 기본 |
속성
Token |
이 클래스에 대한 메타데이터 토큰을 검색합니다.Retrieves the metadata token for this class. |
메서드
Equals(Object) |
지정된 개체가 |
Equals(TypeToken) |
현재 인스턴스와 지정된 TypeToken이 같은지 여부를 나타냅니다.Indicates whether the current instance is equal to the specified TypeToken. |
GetHashCode() |
해당 형식에 대한 해시 코드를 생성합니다.Generates the hash code for this type. |
연산자
Equality(TypeToken, TypeToken) |
두 개의 TypeToken 구조체가 같은지 여부를 나타냅니다.Indicates whether two TypeToken structures are equal. |
Inequality(TypeToken, TypeToken) |
두 개의 TypeToken 구조체가 같지 않은지 여부를 나타냅니다.Indicates whether two TypeToken structures are not equal. |