CSharpCodeProviderWithDocsCompileAssemblyFromSource Method

Compiles an assembly from the specified array of strings containing source code, using the specified compiler settings.

Definition

Namespace: EWSoftware.CodeDom
Assembly: EWSoftware.CodeDom (in EWSoftware.CodeDom.dll) Version: 2022.3.12.0
public override CompilerResults CompileAssemblyFromSource(
	CompilerParameters options,
	params string[] sources
)

Parameters

options  CompilerParameters
A CompilerParameters object that indicates the compiler settings for this compilation.
sources  String
An array of source code strings to compile.

Return Value

CompilerResults
A CompilerResults object that indicates the results of compilation.

Exceptions

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

See Also