ShellBrowserBaseGetDesktopName Method |
Returns the name of the root of the Windows shell namespace, which is "Desktop" in English Windows versions.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static string GetDesktopName()
Public Shared Function GetDesktopName As String
public:
static String^ GetDesktopName()
static member GetDesktopName : unit -> string
Return Value
Type:
StringThe name of the root of the shell namespace.
See Also