C# Class PERWAPI.Instr

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

Protected Properties

Свойство Type Description
instr uint

Méthodes publiques

Méthode Description
GetOp ( ) : Op
Instr ( Op inst ) : 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.

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

Method Details

GetOp() public méthode

public GetOp ( ) : Op
Résultat Op

Instr() public méthode

public Instr ( Op inst ) : System
inst Op
Résultat System

Property Details

instr protected_oe property

protected uint instr
Résultat uint