C# Class SharpOS.Korlib.Runtime.MetadataToken

Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Свойство Type Description
RID uint
Type TokenType

Méthodes publiques

Méthode Description
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

Method Details

Combine() public static méthode

public static Combine ( TokenType type, uint rid ) : uint
type TokenType
rid uint
Résultat uint

Decode() public static méthode

public static Decode ( uint token, TokenType &type, uint &rid ) : void
token uint
type TokenType
rid uint
Résultat void

GetTokenTypeString() public static méthode

public static GetTokenTypeString ( TokenType type ) : string
type TokenType
Résultat string

MetadataToken() public méthode

public MetadataToken ( TokenType type, uint rid ) : System.Runtime.InteropServices
type TokenType
rid uint
Résultat System.Runtime.InteropServices

MetadataToken() public méthode

public MetadataToken ( uint token ) : System.Runtime.InteropServices
token uint
Résultat System.Runtime.InteropServices

ToUInt() public méthode

public ToUInt ( ) : uint
Résultat uint

Property Details

RID public_oe property

public uint RID
Résultat uint

Type public_oe property

public TokenType Type
Résultat TokenType