JaCIL Framework API

ModuleContext Constructor 

Creates the context.

public ModuleContext(
   IAssemblyContext asmContext,
   ModuleDefinition module
);

Parameters

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

See Also

ModuleContext Class | JaCIL.Compiler.Standard.Context Namespace