JaCIL Framework API

ModuleContextFactory.CreateModuleContext Method 

See CreateModuleContext for more details.

public 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.

Implements

IModuleContextFactory.CreateModuleContext

See Also

ModuleContextFactory Class | JaCIL.Compiler.Standard.Context Namespace