JaCIL Framework API

LocalVariableTable Constructor 

Creates the local variable table

public LocalVariableTable(
   MethodDefinition method
);

Parameters

method
The Cecil method definition of the method. This is used to construct the mappings for params and locals.

See Also

LocalVariableTable Class | JaCIL.Compiler.Instruction Namespace