JaCIL Framework API

IAssemblyContextFactory.CreateAssemblyContext Method 

Creates an instance of an IAssemblyContext to use for translation.

IAssemblyContext CreateAssemblyContext(
   ICompiler compiler,
   AssemblyDefinition assembly
);

Parameters

compiler
The invoking compiler.
assembly
The Cecil assembly definition for the context.

Return Value

The created context.

See Also

IAssemblyContextFactory Interface | JaCIL.Compiler.Context Namespace