PackageUtilities.GetSystemAssemblyPath Method

Definition

Gets the path of system assemblies.

public:
 static System::String ^ GetSystemAssemblyPath();
public:
 static Platform::String ^ GetSystemAssemblyPath();
 static std::wstring GetSystemAssemblyPath();
public static string GetSystemAssemblyPath ();
static member GetSystemAssemblyPath : unit -> string
Public Function GetSystemAssemblyPath () As String

Returns

The base directory for system assemblies.

Applies to