ICodeCompiler.CompileAssemblyFromSource(CompilerParameters, String) メソッド

定義

指定したコンパイラ設定を使用して、ソース コードが格納されている指定した文字列からアセンブリをコンパイルします。

public:
 System::CodeDom::Compiler::CompilerResults ^ CompileAssemblyFromSource(System::CodeDom::Compiler::CompilerParameters ^ options, System::String ^ source);
public System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource (System.CodeDom.Compiler.CompilerParameters options, string source);
abstract member CompileAssemblyFromSource : System.CodeDom.Compiler.CompilerParameters * string -> System.CodeDom.Compiler.CompilerResults
Public Function CompileAssemblyFromSource (options As CompilerParameters, source As String) As CompilerResults

パラメーター

options
CompilerParameters

コンパイルの設定を示す CompilerParameters オブジェクト。

source
String

コンパイルするソース コード。

戻り値

コンパイルの結果を示す CompilerResults オブジェクト。

適用対象

こちらもご覧ください