C# Class PERWAPI.UIntConst

Inheritance: SimpleConstant
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
GetIntSize ( ) : int
GetLong ( ) : long
GetUInt ( ) : uint
GetUIntType ( ) : ElementType
GetULong ( ) : ulong
GetULongAsLong ( ) : long
UIntConst ( byte val ) : System
UIntConst ( uint val ) : System
UIntConst ( ulong val ) : System
UIntConst ( ushort val ) : System

Private Methods

Méthode Description
GetBlobIndex ( MetaDataOut md ) : uint
Write ( BinaryWriter bw ) : void

Method Details

GetIntSize() public méthode

public GetIntSize ( ) : int
Résultat int

GetLong() public méthode

public GetLong ( ) : long
Résultat long

GetUInt() public méthode

public GetUInt ( ) : uint
Résultat uint

GetUIntType() public méthode

public GetUIntType ( ) : ElementType
Résultat ElementType

GetULong() public méthode

public GetULong ( ) : ulong
Résultat ulong

GetULongAsLong() public méthode

public GetULongAsLong ( ) : long
Résultat long

UIntConst() public méthode

public UIntConst ( byte val ) : System
val byte
Résultat System

UIntConst() public méthode

public UIntConst ( uint val ) : System
val uint
Résultat System

UIntConst() public méthode

public UIntConst ( ulong val ) : System
val ulong
Résultat System

UIntConst() public méthode

public UIntConst ( ushort val ) : System
val ushort
Résultat System