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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.