C# Class PERWAPI.IntInstr

Inheritance: Instr
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
GetInt ( ) : int
IntInstr ( IntOp inst, int num ) : System
SetInt ( int num ) : void

Private Methods

Method Description
GetDeltaDistance ( ) : int

Get the delta distance for this instruction.

The delta distance is the resulting difference of items left on the stack after calling this instruction.

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

Method Details

GetInt() public method

public GetInt ( ) : int
return int

IntInstr() public method

public IntInstr ( IntOp inst, int num ) : System
inst IntOp
num int
return System

SetInt() public method

public SetInt ( int num ) : void
num int
return void