C# Class PERWAPI.SwitchInstr

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

Public Methods

Method Description
GetDests ( ) : PERWAPI.CILLabel[]
SetDests ( CILLabel dests ) : void
SwitchInstr ( CILLabel dsts ) : System

Private Methods

Method Description
GetInstName ( ) : string
MakeTargetLabels ( ArrayList labs ) : void
SwitchInstr ( int offsets ) : System
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

GetDests() public method

public GetDests ( ) : PERWAPI.CILLabel[]
return PERWAPI.CILLabel[]

SetDests() public method

public SetDests ( CILLabel dests ) : void
dests CILLabel
return void

SwitchInstr() public method

public SwitchInstr ( CILLabel dsts ) : System
dsts CILLabel
return System