C# Class PERWAPI.Instr

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

Protected Properties

Property Type Description
instr uint

Public Methods

Method Description
GetOp ( ) : Op
Instr ( Op inst ) : System

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.

GetInstName ( ) : string
GetInstrString ( ) : string
Instr ( uint inst ) : System
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

GetOp() public method

public GetOp ( ) : Op
return Op

Instr() public method

public Instr ( Op inst ) : System
inst Op
return System

Property Details

instr protected property

protected uint instr
return uint