JaCIL Framework API

InstructionContextFactory.CreateInstructionContext Method 

Creates a IInstructionContext for translation.

public IInstructionContext CreateInstructionContext(
   IMethodContext methodContext,
   IInstructionStream instrStream,
   ILocalVariableTable locals,
   Instruction instruction
);

Parameters

methodContext
The method context of this module.
instrStream
The instruction stream enclosing this context.
locals
The mapping of the locals.
instruction
The Cecil instruction.

Return Value

The created context.

Implements

IInstructionContextFactory.CreateInstructionContext

See Also

InstructionContextFactory Class | JaCIL.Compiler.Standard.Context Namespace