PEAPI

CILInstructions.NewLabel Method 

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();

Return Value

a new CIL label

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace