JaCIL Framework API

HandlerTableItem Constructor 

Creates the item.

public HandlerTableItem(
   ExceptionHandler handler,
   IInstructionStream tStart,
   IInstructionStream tEnd,
   IInstructionStream hStart,
   IInstructionStream hEnd
);

Parameters

handler
The actual Cecil handler.
tStart
The inclusive start of the protected block as a stream object.
tEnd
The inclusive end of the protected block as a stream object.
hStart
The inclusive start of the handler block as a stream object.
hEnd
The inclusive end of the handler block as a stream object.

See Also

HandlerTableItem Class | JaCIL.Compiler.Instruction Namespace