InstructionContextFactory.CreateInstructionContext Method
Creates a IInstructionContext for translation.
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