FileTracker.TrackerArguments Method

Definition

This method constructs the correct Tracker.exe arguments from its parameters.

Overloads

TrackerArguments(String, String, String, String, String)

This method constructs the correct Tracker.exe arguments from its parameters

TrackerArguments(String, String, String, String, String, String)

This method constructs the correct Tracker.exe arguments from its parameters

TrackerArguments(String, String, String, String, String)

Source:
FileTracker.cs

This method constructs the correct Tracker.exe arguments from its parameters

C#
public static string TrackerArguments(string command, string arguments, string dllName, string intermediateDirectory, string rootFiles);
C#
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public static string TrackerArguments(string command, string arguments, string dllName, string intermediateDirectory, string rootFiles);

Parameters

command
String

The command to track

arguments
String

The command to track's arguments

dllName
String

The name of the dll that will do the tracking

intermediateDirectory
String

Intermediate directory where tracking logs will be written

rootFiles
String

Rooting marker

Returns

The arguments as a string

Attributes

Applies to

MSBuild 17 e outras versións
Produto Versións
MSBuild 15, 16, 17

TrackerArguments(String, String, String, String, String, String)

Source:
FileTracker.cs

This method constructs the correct Tracker.exe arguments from its parameters

C#
public static string TrackerArguments(string command, string arguments, string dllName, string intermediateDirectory, string rootFiles, string cancelEventName);

Parameters

command
String

The command to track

arguments
String

The command to track's arguments

dllName
String

The name of the dll that will do the tracking

intermediateDirectory
String

Intermediate directory where tracking logs will be written

rootFiles
String

Rooting marker

cancelEventName
String

If a cancel event has been created that Tracker should be listening for, its name is passed here

Returns

The arguments as a string

Applies to

MSBuild 17 e outras versións
Produto Versións
MSBuild 15, 16, 17