ResolveAssemblyReference.LatestTargetFrameworkDirectories Property

Definition

The list of directories which contain the redist lists for the most current framework which can be targeted on the machine. If this is not set Then we will looks for the highest framework installed on the machine for a given target framework identifier and use that.

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

public:
 property cli::array <System::String ^> ^ LatestTargetFrameworkDirectories { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] LatestTargetFrameworkDirectories { get; set; }
public string[] LatestTargetFrameworkDirectories { [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.LatestTargetFrameworkDirectories : 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.LatestTargetFrameworkDirectories : string[] with get, set
Public Property LatestTargetFrameworkDirectories As String()

Property Value

String[]

The list of directories which contain the redist lists for the most current framework which can be targeted on the machine. If this is not set, then the highest framework installed on the machine for a given target framework identifier is searched and used.

Attributes

Applies to