CSharpCodeProviderWithDocsCompileAssemblyFromFile Method

Compiles an assembly from the source code contained in the specified files, using the specified compiler settings.

Definition

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

Parameters

options  CompilerParameters
A CompilerParameters object that indicates the settings for the compilation.
fileNames  String
An array of the names of the files 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