CodeCompiler.ICodeCompiler.CompileAssemblyFromSource Method

Definition

For a description of this member, see CompileAssemblyFromSource(CompilerParameters, String).

 virtual System::CodeDom::Compiler::CompilerResults ^ System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System::CodeDom::Compiler::CompilerParameters ^ options, System::String ^ source) = System::CodeDom::Compiler::ICodeCompiler::CompileAssemblyFromSource;
System.CodeDom.Compiler.CompilerResults ICodeCompiler.CompileAssemblyFromSource (System.CodeDom.Compiler.CompilerParameters options, string source);
abstract member System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource : System.CodeDom.Compiler.CompilerParameters * string -> System.CodeDom.Compiler.CompilerResults
override this.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource : System.CodeDom.Compiler.CompilerParameters * string -> System.CodeDom.Compiler.CompilerResults
Function CompileAssemblyFromSource (options As CompilerParameters, source As String) As CompilerResults Implements ICodeCompiler.CompileAssemblyFromSource

Parameters

options
CompilerParameters

A CompilerParameters object that indicates the compiler options.

source
String

A string that indicates the source code to compile.

Returns

The results of compilation.

Implements

Exceptions

options is null.

Remarks

This member is an explicit interface member implementation. It can be used only when the CodeCompiler instance is cast to an ICodeCompiler interface.

Applies to