PackageUtilities.GetSystemAssemblyPath Method

Gets the path of system assemblies.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Shared Function GetSystemAssemblyPath As String
'使用
Dim returnValue As String

returnValue = PackageUtilities.GetSystemAssemblyPath()
public static string GetSystemAssemblyPath()
public:
static String^ GetSystemAssemblyPath()
public static function GetSystemAssemblyPath() : String

Return Value

Type: System.String

The base directory for system assemblies.

Permissions

See Also

Reference

PackageUtilities Class

PackageUtilities Members

Microsoft.VisualStudio.Shell Namespace