JaCIL Framework API

HandlerTable Constructor

Creates the table from the given method definition's handler.

Overload List

Creates the table.

public HandlerTable(ExceptionHandlerCollection,IInstructionStream);

Creates the table from the given method definition's handler.

public HandlerTable(MethodDefinition,IInstructionStream);

See Also

HandlerTable Class | JaCIL.Compiler.Instruction Namespace