C# Class PERWAPI.UIntInstr

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

Méthodes publiques

Méthode Description
GetUInt ( ) : uint
SetUInt ( uint num ) : void
UIntInstr ( IntOp inst, uint num ) : System

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

GetUInt() public méthode

public GetUInt ( ) : uint
Résultat uint

SetUInt() public méthode

public SetUInt ( uint num ) : void
num uint
Résultat void

UIntInstr() public méthode

public UIntInstr ( IntOp inst, uint num ) : System
inst IntOp
num uint
Résultat System