ICodeCompiler.CompileAssemblyFromFileBatch メソッド

定義

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

public:
 System::CodeDom::Compiler::CompilerResults ^ CompileAssemblyFromFileBatch(System::CodeDom::Compiler::CompilerParameters ^ options, cli::array <System::String ^> ^ fileNames);
public System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, string[] fileNames);
abstract member CompileAssemblyFromFileBatch : System.CodeDom.Compiler.CompilerParameters * string[] -> System.CodeDom.Compiler.CompilerResults
Public Function CompileAssemblyFromFileBatch (options As CompilerParameters, fileNames As String()) As CompilerResults

パラメーター

options
CompilerParameters

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

fileNames
String[]

コンパイルするファイルの名前。

戻り値

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

適用対象

こちらもご覧ください