C# Class PERWAPI.IntInstr

Inheritance: Instr
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
GetInt ( ) : int
IntInstr ( IntOp inst, int num ) : System
SetInt ( int num ) : void

Private Methods

Méthode 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 méthode

public GetInt ( ) : int
Résultat int

IntInstr() public méthode

public IntInstr ( IntOp inst, int num ) : System
inst IntOp
num int
Résultat System

SetInt() public méthode

public SetInt ( int num ) : void
num int
Résultat void