C# 클래스 SharpOS.Korlib.Runtime.MetadataToken

파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RID uint
Type TokenType

공개 메소드들

메소드 설명
Combine ( TokenType type, uint rid ) : uint
Decode ( uint token, TokenType &type, uint &rid ) : void
GetTokenTypeString ( TokenType type ) : string
MetadataToken ( TokenType type, uint rid ) : System.Runtime.InteropServices
MetadataToken ( uint token ) : System.Runtime.InteropServices
ToUInt ( ) : uint

메소드 상세

Combine() 공개 정적인 메소드

public static Combine ( TokenType type, uint rid ) : uint
type TokenType
rid uint
리턴 uint

Decode() 공개 정적인 메소드

public static Decode ( uint token, TokenType &type, uint &rid ) : void
token uint
type TokenType
rid uint
리턴 void

GetTokenTypeString() 공개 정적인 메소드

public static GetTokenTypeString ( TokenType type ) : string
type TokenType
리턴 string

MetadataToken() 공개 메소드

public MetadataToken ( TokenType type, uint rid ) : System.Runtime.InteropServices
type TokenType
rid uint
리턴 System.Runtime.InteropServices

MetadataToken() 공개 메소드

public MetadataToken ( uint token ) : System.Runtime.InteropServices
token uint
리턴 System.Runtime.InteropServices

ToUInt() 공개 메소드

public ToUInt ( ) : uint
리턴 uint

프로퍼티 상세

RID 공개적으로 프로퍼티

public uint RID
리턴 uint

Type 공개적으로 프로퍼티

public TokenType Type
리턴 TokenType