GenerateResource.TrackerFrameworkPath Property

Definition

Path to the appropriate .NET Framework location that contains FileTracker.dll. If set, the user takes responsibility for making sure that the bitness of the FileTracker.dll that they pass matches the bitness of the ResGen.exe that they intend to use. If not set, the task decides the appropriate location based on the current .NET Framework version.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ TrackerFrameworkPath { System::String ^ get(); void set(System::String ^ value); };
public string TrackerFrameworkPath { get; set; }
public string TrackerFrameworkPath { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.TrackerFrameworkPath : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TrackerFrameworkPath : string with get, set
Public Property TrackerFrameworkPath As String

Property Value

Returns String.

Attributes

Applies to