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