PackageUtilities.GetSystemAssemblyPath Method

Gets the path of system assemblies.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Shared Function GetSystemAssemblyPath As String
‘사용 방법
Dim returnValue As String

returnValue = PackageUtilities.GetSystemAssemblyPath()
public static string GetSystemAssemblyPath()
public:
static String^ GetSystemAssemblyPath()
static member GetSystemAssemblyPath : unit -> string 
public static function GetSystemAssemblyPath() : String

Return Value

Type: System.String
The base directory for system assemblies.

.NET Framework Security

See Also

Reference

PackageUtilities Class

PackageUtilities Members

Microsoft.VisualStudio.Shell Namespace