ToolTask.GenerateResponseFileCommands Method

Returns a string value containing the command line arguments to add to the response (.rsp) file before running the executable file.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)

Syntax

'Declaration
Protected Overridable Function GenerateResponseFileCommands As String
protected virtual string GenerateResponseFileCommands()
protected:
virtual String^ GenerateResponseFileCommands()
abstract GenerateResponseFileCommands : unit -> string  
override GenerateResponseFileCommands : unit -> string
protected function GenerateResponseFileCommands() : String

Return Value

Type: System.String
a string value containing the command line arguments to add to the response (.rsp) file before running the executable file.

Remarks

This method is called after ValidateParameters and SkipTaskExecution.

.NET Framework Security

See Also

Reference

ToolTask Class

Microsoft.Build.Utilities Namespace