JaCIL Framework API
AssemblyContext Constructor
Creates the context
public AssemblyContext(
ICompiler
compiler
,
AssemblyDefinition
assembly
);
Parameters
compiler
The compiler for this context.
assembly
The assembly definition for this context.
See Also
AssemblyContext Class
|
JaCIL.Compiler.Standard.Context Namespace