JaCIL Framework API

IModuleContextFactory.CreateModuleContext Method 

Creates a IModuleContext for translation.

IModuleContext CreateModuleContext(
   IAssemblyContext asmContext,
   ModuleDefinition module
);

Parameters

asmContext
The assembly context of this module.
module
The Cecil module definition of the context.

Return Value

The created context.

See Also

IModuleContextFactory Interface | JaCIL.Compiler.Context Namespace