CSharpCodeProviderWithDocsCompileAssemblyFromDom Method
Compiles an assembly based on the
System.CodeDom trees contained in the specified array of
CodeCompileUnit objects, using the specified compiler settings.
Namespace: EWSoftware.CodeDomAssembly: EWSoftware.CodeDom (in EWSoftware.CodeDom.dll) Version: 2022.3.12.0
public override CompilerResults CompileAssemblyFromDom(
CompilerParameters options,
params CodeCompileUnit[] compilationUnits
)
Public Overrides Function CompileAssemblyFromDom (
options As CompilerParameters,
ParamArray compilationUnits As CodeCompileUnit()
) As CompilerResults
public:
virtual CompilerResults^ CompileAssemblyFromDom(
CompilerParameters^ options,
... array<CodeCompileUnit^>^ compilationUnits
) override
abstract CompileAssemblyFromDom :
options : CompilerParameters *
compilationUnits : CodeCompileUnit[] -> CompilerResults
override CompileAssemblyFromDom :
options : CompilerParameters *
compilationUnits : CodeCompileUnit[] -> CompilerResults
- 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.
CompilerResultsA
CompilerResults object that indicates the results of the compilation.