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 _
) As String
public static string TrackerArguments(
    string command,
    string arguments,
    string dllName,
    string intermediateDirectory,
    string rootFiles
)
public:
static String^ TrackerArguments(
    String^ command, 
    String^ arguments, 
    String^ dllName, 
    String^ intermediateDirectory, 
    String^ rootFiles
)
static member TrackerArguments : 
        command:string * 
        arguments:string * 
        dllName:string * 
        intermediateDirectory:string * 
        rootFiles:string -> string
public static function TrackerArguments(
    command : String, 
    arguments : String, 
    dllName : String, 
    intermediateDirectory : String, 
    rootFiles : String
) : String
Parameters
- command 
 Type: System.String- The command to track 
- arguments 
 Type: System.String- The command to track's arguments 
- dllName 
 Type: System.String- The name of the dll that will do the tracking 
- intermediateDirectory 
 Type: System.String- Intermediate directory where tracking logs will be written 
- rootFiles 
 Type: System.String- Rooting marker 
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.