IInstructionContextFactory.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.
See Also
IInstructionContextFactory Interface | JaCIL.Compiler.Context Namespace