C# Class PERWAPI.BranchInstr

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

Méthodes publiques

Méthode Description
BranchInstr ( BranchOp inst, CILLabel dst ) : System
GetBranchOp ( ) : BranchOp

Provide access to the branch operator

GetDest ( ) : CILLabel
SetDest ( CILLabel lab ) : void

Private Methods

Méthode Description
BranchInstr ( uint inst, int dst ) : System
Check ( MetaDataOut md ) : bool
GetInstName ( ) : string
MakeTargetLabel ( ArrayList labs ) : void
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

BranchInstr() public méthode

public BranchInstr ( BranchOp inst, CILLabel dst ) : System
inst BranchOp
dst CILLabel
Résultat System

GetBranchOp() public méthode

Provide access to the branch operator
public GetBranchOp ( ) : BranchOp
Résultat BranchOp

GetDest() public méthode

public GetDest ( ) : CILLabel
Résultat CILLabel

SetDest() public méthode

public SetDest ( CILLabel lab ) : void
lab CILLabel
Résultat void