JaCIL Framework API

ICompiler.CompileToClassWriters Method (String[])

Compiles the given assemblies into a set of class writers.

IClassInfoSet CompileToClassWriters(
   params string[] assemblyNames
);

Parameters

assemblyNames
The assembly file names to compile.

Return Value

Missing <returns> documentation for M:JaCIL.Compiler.ICompiler.CompileToClassWriters(System.String[])

Remarks

This form is provided when the callee wants a new set or doesn't care about the underlying set implementation.

Exceptions

Exception Type Condition
CompilerException Thrown when a compiler error occurs.

See Also

ICompiler Interface | JaCIL.Compiler Namespace | ICompiler.CompileToClassWriters Overload List