Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Start the process; tracking the command.
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
Public Shared Function StartProcess ( _
command As String, _
arguments As String, _
toolType As ExecutableType, _
intermediateDirectory As String, _
rootFiles As String _
) As Process
public static Process StartProcess(
string command,
string arguments,
ExecutableType toolType,
string intermediateDirectory,
string rootFiles
)
public:
static Process^ StartProcess(
String^ command,
String^ arguments,
ExecutableType toolType,
String^ intermediateDirectory,
String^ rootFiles
)
static member StartProcess :
command:string *
arguments:string *
toolType:ExecutableType *
intermediateDirectory:string *
rootFiles:string -> Process
public static function StartProcess(
command : String,
arguments : String,
toolType : ExecutableType,
intermediateDirectory : String,
rootFiles : String
) : Process
Parameters
command
Type: System.StringThe command to track
arguments
Type: System.StringThe command to track's arguments
toolType
Type: Microsoft.Build.Utilities.ExecutableTypeThe type of executable the wrapped tool is
intermediateDirectory
Type: System.StringIntermediate directory where tracking logs will be written
rootFiles
Type: System.StringRooting marker
Return Value
Type: Process
Returns the process instance
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.