VBCodeProviderWithDocsCompileAssemblyFromDom Method

Compiles an assembly based on the System.CodeDom trees contained in the specified array of CodeCompileUnit objects, using the specified compiler settings.

Definition

Namespace: EWSoftware.CodeDom
Assembly: EWSoftware.CodeDom (in EWSoftware.CodeDom.dll) Version: 2022.3.12.0
public override CompilerResults CompileAssemblyFromDom(
	CompilerParameters options,
	params CodeCompileUnit[] compilationUnits
)

Parameters

options  CompilerParameters
A CompilerParameters object that indicates the settings for the compilation.
compilationUnits  CodeCompileUnit
An array of type CodeCompileUnit that indicates the code to compile.

Return Value

CompilerResults
A CompilerResults object that indicates the results of the compilation.

Exceptions

NotImplementedExceptionNeither this method nor the CreateCompiler method is overridden in a derived class.

See Also