PEAPI

CILInstructions.Branch Method 

Add a branch instruction

[Visual Basic]
Public Sub Branch( _
   ByVal inst As PEAPI.BranchOp, _
   ByVal lab As PEAPI.CILLabel _
)
[C#]
public void Branch(
   BranchOp inst,
   CILLabel lab
);

Parameters

inst
the branch instruction
lab
the label that is the target of the branch

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace