FileTracker.GetTrackerPath Method

Definition

Figures out and returns the path to the correct Tracker.exe.

Overloads

GetTrackerPath(ExecutableType, String)

Given the ExecutableType of the tool being wrapped and information that we know about our current bitness, figures out and returns the path to the correct Tracker.exe.

GetTrackerPath(ExecutableType)

Given the ExecutableType of the tool being wrapped and information that we know about our current bitness, figures out and returns the path to the correct Tracker.exe.

GetTrackerPath(ExecutableType, String)

Source:
FileTracker.cs

Given the ExecutableType of the tool being wrapped and information that we know about our current bitness, figures out and returns the path to the correct Tracker.exe.

C#
public static string GetTrackerPath(Microsoft.Build.Utilities.ExecutableType toolType, string rootPath);

Parameters

toolType
ExecutableType

The ExecutableType of the tool being wrapped

rootPath
String

The root path for Tracker.exe. Overrides the toolType if specified.

Returns

Returns String.

Applies to

.NET Framework 4.8.1 e outras versións
Produto Versións
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

GetTrackerPath(ExecutableType)

Source:
FileTracker.cs

Given the ExecutableType of the tool being wrapped and information that we know about our current bitness, figures out and returns the path to the correct Tracker.exe.

C#
public static string GetTrackerPath(Microsoft.Build.Utilities.ExecutableType toolType);
C#
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public static string GetTrackerPath(Microsoft.Build.Utilities.ExecutableType toolType);

Parameters

toolType
ExecutableType

The ExecutableType of the tool being wrapped

Returns

The tracker path.

Attributes

Applies to

.NET Framework 4.8.1 e outras versións
Produto Versións
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1