ToolTask.ExecuteTool メソッド
アセンブリ: Microsoft.Build.Utilities (microsoft.build.utilities.dll 内)

Protected Overridable Function ExecuteTool ( _ pathToTool As String, _ responseFileCommands As String, _ commandLineCommands As String _ ) As Integer
Dim pathToTool As String Dim responseFileCommands As String Dim commandLineCommands As String Dim returnValue As Integer returnValue = Me.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands)
protected virtual int ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands )
protected: virtual int ExecuteTool ( String^ pathToTool, String^ responseFileCommands, String^ commandLineCommands )
protected int ExecuteTool ( String pathToTool, String responseFileCommands, String commandLineCommands )
protected function ExecuteTool ( pathToTool : String, responseFileCommands : String, commandLineCommands : String ) : int
戻り値
実行可能ファイルから返された終了コード。タスクがエラーを記録した一方で、実行可能ファイルが終了コード 0 を返した場合、このメソッドは -1 を返します。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からToolTask.ExecuteTool メソッドを検索する場合は、下記のリンクをクリックしてください。

- ToolTask.ExecuteTool メソッドのページへのリンク