C# Class PERWAPI.UIntConst

Inheritance: SimpleConstant
Mostrar archivo Open project: xored/f4

Public Methods

Method 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

Method Description
GetBlobIndex ( MetaDataOut md ) : uint
Write ( BinaryWriter bw ) : void

Method Details

GetIntSize() public method

public GetIntSize ( ) : int
return int

GetLong() public method

public GetLong ( ) : long
return long

GetUInt() public method

public GetUInt ( ) : uint
return uint

GetUIntType() public method

public GetUIntType ( ) : ElementType
return ElementType

GetULong() public method

public GetULong ( ) : ulong
return ulong

GetULongAsLong() public method

public GetULongAsLong ( ) : long
return long

UIntConst() public method

public UIntConst ( byte val ) : System
val byte
return System

UIntConst() public method

public UIntConst ( uint val ) : System
val uint
return System

UIntConst() public method

public UIntConst ( ulong val ) : System
val ulong
return System

UIntConst() public method

public UIntConst ( ushort val ) : System
val ushort
return System