ExecuteTool Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides ToolTask. . :: . .ExecuteTool(String, String, String).

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.v12.0 (in Microsoft.Build.Tasks.v12.0.dll)

Syntax

'Declaration
Protected Overrides Function ExecuteTool ( _
    pathToTool As String, _
    responseFileCommands As String, _
    commandLineCommands As String _
) As Integer
protected override int ExecuteTool(
    string pathToTool,
    string responseFileCommands,
    string commandLineCommands
)
protected:
virtual int ExecuteTool(
    String^ pathToTool, 
    String^ responseFileCommands, 
    String^ commandLineCommands
) override
abstract ExecuteTool : 
        pathToTool:string * 
        responseFileCommands:string * 
        commandLineCommands:string -> int 
override ExecuteTool : 
        pathToTool:string * 
        responseFileCommands:string * 
        commandLineCommands:string -> int 
protected override function ExecuteTool(
    pathToTool : String, 
    responseFileCommands : String, 
    commandLineCommands : String
) : int

Parameters

Return Value

Type: System. . :: . .Int32

.NET Framework Security

See Also

Reference

ManagedCompiler Class

Microsoft.Build.Tasks Namespace