ToolLocationHelper.GetPlatformExtensionSDKLocation Method (String, String, String, String, String, String)

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)

Syntax

'Declaration
Public Shared Function GetPlatformExtensionSDKLocation ( _
    sdkMoniker As String, _
    targetPlatformIdentifier As String, _
    targetPlatformVersion As String, _
    diskRoots As String, _
    extensionDiskRoots As String, _
    registryRoot As String _
) As String
public static string GetPlatformExtensionSDKLocation(
    string sdkMoniker,
    string targetPlatformIdentifier,
    string targetPlatformVersion,
    string diskRoots,
    string extensionDiskRoots,
    string registryRoot
)
public:
static String^ GetPlatformExtensionSDKLocation(
    String^ sdkMoniker, 
    String^ targetPlatformIdentifier, 
    String^ targetPlatformVersion, 
    String^ diskRoots, 
    String^ extensionDiskRoots, 
    String^ registryRoot
)
static member GetPlatformExtensionSDKLocation : 
        sdkMoniker:string * 
        targetPlatformIdentifier:string * 
        targetPlatformVersion:string * 
        diskRoots:string * 
        extensionDiskRoots:string * 
        registryRoot:string -> string
public static function GetPlatformExtensionSDKLocation(
    sdkMoniker : String, 
    targetPlatformIdentifier : String, 
    targetPlatformVersion : String, 
    diskRoots : String, 
    extensionDiskRoots : String, 
    registryRoot : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ToolLocationHelper Class

GetPlatformExtensionSDKLocation Overload

Microsoft.Build.Utilities Namespace