C# Class PERWAPI.LongInstr

Inheritance: Instr
Mostrar archivo Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
GetLong ( ) : long
LongInstr ( SpecialOp inst, long l ) : System
SetLong ( long num ) : void

Private Methods

Method Description
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

GetLong() public method

public GetLong ( ) : long
return long

LongInstr() public method

public LongInstr ( SpecialOp inst, long l ) : System
inst SpecialOp
l long
return System

SetLong() public method

public SetLong ( long num ) : void
num long
return void