FileTracker.GetFileTrackerPath Method

Definition

Figures out and returns the path to the correct FileTracker.dll.

Overloads

GetFileTrackerPath(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 FileTracker.dll.

GetFileTrackerPath(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 FileTracker.dll.

GetFileTrackerPath(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 FileTracker.dll.

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

Parameters

toolType
ExecutableType

The ExecutableType of the tool being wrapped

Returns

The path of the tool.

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

GetFileTrackerPath(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 FileTracker.dll.

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

Parameters

toolType
ExecutableType

The ExecutableType of the tool being wrapped

rootPath
String

The root path for FileTracker.dll. 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