C# Class PERWAPI.SwitchInstr

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

Méthodes publiques

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

Private Methods

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

Method Details

GetDests() public méthode

public GetDests ( ) : PERWAPI.CILLabel[]
Résultat PERWAPI.CILLabel[]

SetDests() public méthode

public SetDests ( CILLabel dests ) : void
dests CILLabel
Résultat void

SwitchInstr() public méthode

public SwitchInstr ( CILLabel dsts ) : System
dsts CILLabel
Résultat System