Create a new CIL label. To place the label in the CIL instruction stream use CodeLabel.
[Visual Basic]
Public Function NewLabel() As PEAPI.CILLabel
[C#]
public CILLabel NewLabel();
a new CIL label
CILInstructions Class | CILInstructions Members | PEAPI Namespace