JaCIL Framework API

HandlerTable Constructor (ExceptionHandlerCollection, IInstructionStream)

Creates the table.

public HandlerTable(
   ExceptionHandlerCollection handlerCollection,
   IInstructionStream startInstr
);

Parameters

handlerCollection
The collection of CIL handlers.
startInstr
The root of the instruction stream.

See Also

HandlerTable Class | JaCIL.Compiler.Instruction Namespace | HandlerTable Constructor Overload List