FileTracker.TrackerArguments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public:
static System::String ^ TrackerArguments(System::String ^ command, System::String ^ arguments, System::String ^ dllName, System::String ^ intermediateDirectory, System::String ^ rootFiles);
public static string TrackerArguments (string command, string arguments, string dllName, string intermediateDirectory, string rootFiles);
[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);
static member TrackerArguments : string * string * string * string * string -> string
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
static member TrackerArguments : string * string * string * string * string -> string
Public Shared Function TrackerArguments (command As String, arguments As String, dllName As String, intermediateDirectory As String, rootFiles As String) As String
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
TrackerArguments(String, String, String, String, String, String)
- Source:
- FileTracker.cs
This method constructs the correct Tracker.exe arguments from its parameters
public:
static System::String ^ TrackerArguments(System::String ^ command, System::String ^ arguments, System::String ^ dllName, System::String ^ intermediateDirectory, System::String ^ rootFiles, System::String ^ cancelEventName);
public static string TrackerArguments (string command, string arguments, string dllName, string intermediateDirectory, string rootFiles, string cancelEventName);
static member TrackerArguments : string * string * string * string * string * string -> string
Public Shared Function TrackerArguments (command As String, arguments As String, dllName As String, intermediateDirectory As String, rootFiles As String, cancelEventName As String) As String
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