ToolLocationHelper.GetDotNetFrameworkRootRegistryKey Method

Definition

Returns the full name of the .NET Framework root registry key

public:
 static System::String ^ GetDotNetFrameworkRootRegistryKey(Microsoft::Build::Utilities::TargetDotNetFrameworkVersion version);
public static string GetDotNetFrameworkRootRegistryKey (Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version);
static member GetDotNetFrameworkRootRegistryKey : Microsoft.Build.Utilities.TargetDotNetFrameworkVersion -> string
Public Shared Function GetDotNetFrameworkRootRegistryKey (version As TargetDotNetFrameworkVersion) As String

Parameters

version
TargetDotNetFrameworkVersion

Version of the targeted .NET Framework

Returns

Applies to