JaCIL Framework API

AssemblyContextFactory.CreateAssemblyContext Method 

See CreateAssemblyContext for more details.

public IAssemblyContext CreateAssemblyContext(
   ICompiler compiler,
   AssemblyDefinition assembly
);

Parameters

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

Return Value

The created context.

Implements

IAssemblyContextFactory.CreateAssemblyContext

See Also

AssemblyContextFactory Class | JaCIL.Compiler.Standard.Context Namespace