C# Class PERWAPI.MethInstr

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

Méthodes publiques

Méthode Description
GetMethod ( ) : Method
GetMethodOp ( ) : MethodOp

Get the MethodOp this instruction represents.

MethInstr ( MethodOp inst, Method m ) : System
SetMethod ( Method mth ) : void

Private Methods

Méthode Description
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
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
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

GetMethod() public méthode

public GetMethod ( ) : Method
Résultat Method

GetMethodOp() public méthode

Get the MethodOp this instruction represents.
public GetMethodOp ( ) : MethodOp
Résultat MethodOp

MethInstr() public méthode

public MethInstr ( MethodOp inst, Method m ) : System
inst MethodOp
m Method
Résultat System

SetMethod() public méthode

public SetMethod ( Method mth ) : void
mth Method
Résultat void