This method constructs the correct Tracker.exe arguments from its parameters.
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 TrackerArguments ( _
command As String, _
arguments As String, _
dllName As String, _
intermediateDirectory As String, _
rootFiles As String, _
cancelEventName As String _
) As String
public static string TrackerArguments(
string command,
string arguments,
string dllName,
string intermediateDirectory,
string rootFiles,
string cancelEventName
)
public:
static String^ TrackerArguments(
String^ command,
String^ arguments,
String^ dllName,
String^ intermediateDirectory,
String^ rootFiles,
String^ cancelEventName
)
static member TrackerArguments :
command:string *
arguments:string *
dllName:string *
intermediateDirectory:string *
rootFiles:string *
cancelEventName:string -> string
public static function TrackerArguments(
command : String,
arguments : String,
dllName : String,
intermediateDirectory : String,
rootFiles : String,
cancelEventName : String
) : String
Parameters
command
Type: System.StringThe command to track
arguments
Type: System.StringThe command to track's arguments
dllName
Type: System.StringThe name of the dll that will do the tracking
intermediateDirectory
Type: System.StringIntermediate directory where tracking logs will be written
rootFiles
Type: System.StringRooting marker
cancelEventName
Type: System.StringIf a cancel event has been created that Tracker should be listening for, its name is passed here
Return Value
Type: System.String
The arguments as a string
.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.