FileTracker.FindTrackerOnPath Method

Searches %PATH% for the location of Tracker.exe, and returns the first path that matches.Matching full path to Tracker.exe or null if a matching path is not found.

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 FindTrackerOnPath As String
public static string FindTrackerOnPath()
public:
static String^ FindTrackerOnPath()
static member FindTrackerOnPath : unit -> string
public static function FindTrackerOnPath() : String

Return Value

Type: System.String
Returns the path to Tracker.exe.

.NET Framework Security

See Also

Reference

FileTracker Class

Microsoft.Build.Utilities Namespace