C# Class PERWAPI.IntConst

Inheritance: SimpleConstant
ファイルを表示 Open project: xored/f4

Public Methods

Method Description
GetInt ( ) : int
GetIntSize ( ) : int
GetIntType ( ) : ElementType
GetLong ( ) : long
IntConst ( int val ) : System
IntConst ( long val ) : System
IntConst ( sbyte val ) : System
IntConst ( short val ) : System

Private Methods

Method Description
GetBlobIndex ( MetaDataOut md ) : uint
IntConst ( PEReader buff, int numBytes ) : System
Write ( BinaryWriter bw ) : void

Method Details

GetInt() public method

public GetInt ( ) : int
return int

GetIntSize() public method

public GetIntSize ( ) : int
return int

GetIntType() public method

public GetIntType ( ) : ElementType
return ElementType

GetLong() public method

public GetLong ( ) : long
return long

IntConst() public method

public IntConst ( int val ) : System
val int
return System

IntConst() public method

public IntConst ( long val ) : System
val long
return System

IntConst() public method

public IntConst ( sbyte val ) : System
val sbyte
return System

IntConst() public method

public IntConst ( short val ) : System
val short
return System