FileTracker.TrackerResponseFileArguments Method

Definition

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

Overloads

TrackerResponseFileArguments(String, String, String)

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

TrackerResponseFileArguments(String, String, String, String)

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

TrackerResponseFileArguments(String, String, String)

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

public:
 static System::String ^ TrackerResponseFileArguments(System::String ^ dllName, System::String ^ intermediateDirectory, System::String ^ rootFiles);
public static string TrackerResponseFileArguments (string dllName, string intermediateDirectory, string rootFiles);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public static string TrackerResponseFileArguments (string dllName, string intermediateDirectory, string rootFiles);
static member TrackerResponseFileArguments : string * string * string -> string
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
static member TrackerResponseFileArguments : string * string * string -> string
Public Shared Function TrackerResponseFileArguments (dllName As String, intermediateDirectory As String, rootFiles As String) As String

Parameters

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

TrackerResponseFileArguments(String, String, String, String)

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

public:
 static System::String ^ TrackerResponseFileArguments(System::String ^ dllName, System::String ^ intermediateDirectory, System::String ^ rootFiles, System::String ^ cancelEventName);
public static string TrackerResponseFileArguments (string dllName, string intermediateDirectory, string rootFiles, string cancelEventName);
static member TrackerResponseFileArguments : string * string * string * string -> string
Public Shared Function TrackerResponseFileArguments (dllName As String, intermediateDirectory As String, rootFiles As String, cancelEventName As String) As String

Parameters

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