JaCIL Framework API

HandlerTable Constructor (MethodDefinition, IInstructionStream)

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

public HandlerTable(
   MethodDefinition method,
   IInstructionStream startInstr
);

Parameters

method
The method definition to get the handler collection from.
startInstr
The root of the instruction stream.

See Also

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