C# Class PERWAPI.MethInstr

Inheritance: Instr
ファイルを表示 Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
GetMethod ( ) : Method
GetMethodOp ( ) : MethodOp

Get the MethodOp this instruction represents.

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

Private Methods

Method 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 method

public GetMethod ( ) : Method
return Method

GetMethodOp() public method

Get the MethodOp this instruction represents.
public GetMethodOp ( ) : MethodOp
return MethodOp

MethInstr() public method

public MethInstr ( MethodOp inst, Method m ) : System
inst MethodOp
m Method
return System

SetMethod() public method

public SetMethod ( Method mth ) : void
mth Method
return void