JaCIL Framework API

CompilerReferences Constructor (Boolean, Assembly[], AssemblyDefinition[])

Creates the references object.

public CompilerReferences(
   bool addSystem,
   Assembly[] standardAsm,
   AssemblyDefinition[] cecilAsm
);

Parameters

addSystem
Whether the references should load the bootstrap assemblies from the system (mscorlib and IKVM GNU Classpath).
standardAsm
An array of standard assemblies to use as references. May be null indicating none.
cecilAsm
An array of cecil assemblies to use as references. May be null indicating none.

See Also

CompilerReferences Class | JaCIL.Compiler Namespace | CompilerReferences Constructor Overload List