C# Class PERWAPI.UIntInstr

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

Public Methods

Method Description
GetUInt ( ) : uint
SetUInt ( uint num ) : void
UIntInstr ( IntOp inst, uint num ) : 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.

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

Method Details

GetUInt() public method

public GetUInt ( ) : uint
return uint

SetUInt() public method

public SetUInt ( uint num ) : void
num uint
return void

UIntInstr() public method

public UIntInstr ( IntOp inst, uint num ) : System
inst IntOp
num uint
return System