PEAPI

HandlerBlock Constructor 

[Visual Basic]
Public Sub New( _
   ByVal start As PEAPI.CILLabel, _
   ByVal end As PEAPI.CILLabel _
)
[C#]
public HandlerBlock(
   CILLabel start,
   CILLabel end
);

See Also

HandlerBlock Class | HandlerBlock Members | PEAPI Namespace