指定したコンパイラ設定を使用して、指定したファイルに格納されているソース コードからアセンブリをコンパイルします。
Function CompileAssemblyFromFileBatch( _
ByVal options As CompilerParameters, _ ByVal fileNames() As String _) As CompilerResults
[C#]
CompilerResults CompileAssemblyFromFileBatch(
CompilerParametersoptions,string[] fileNames);
[C++]
CompilerResults* CompileAssemblyFromFileBatch(
CompilerParameters* options,String* fileNames __gc[]);
[JScript]
function CompileAssemblyFromFileBatch(
options : CompilerParameters,fileNames : String[]) : CompilerResults;
パラメータ
- options
コンパイルの設定を示す CompilerParameters オブジェクト。 - fileNames
コンパイルするファイルの名前。
戻り値
コンパイルの結果を示す CompilerResults オブジェクト。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ICodeCompiler インターフェイス | ICodeCompiler メンバ | System.CodeDom.Compiler 名前空間 | CompilerParameters | CompilerResults