VBCodeProviderWithDocsCompileAssemblyFromFile Method
Compiles an assembly from the source code contained in the specified files, using the specified compiler settings.
Namespace: EWSoftware.CodeDomAssembly: EWSoftware.CodeDom (in EWSoftware.CodeDom.dll) Version: 2022.3.12.0
public override CompilerResults CompileAssemblyFromFile(
CompilerParameters options,
params string[] fileNames
)
Public Overrides Function CompileAssemblyFromFile (
options As CompilerParameters,
ParamArray fileNames As String()
) As CompilerResults
public:
virtual CompilerResults^ CompileAssemblyFromFile(
CompilerParameters^ options,
... array<String^>^ fileNames
) override
abstract CompileAssemblyFromFile :
options : CompilerParameters *
fileNames : string[] -> CompilerResults
override CompileAssemblyFromFile :
options : CompilerParameters *
fileNames : string[] -> CompilerResults
- options CompilerParameters
- A CompilerParameters object that indicates the settings for the compilation.
- fileNames String
- An array of the names of the files to compile.
CompilerResultsA
CompilerResults object that indicates the results of compilation.