Property | Type | Description | |
---|---|---|---|
DesktopPtr | IntPtr |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetCurrentDesktopPtr ( ) : IntPtr | ||
IDisposable ( ) : void | ||
ShowDesktop ( ) : void | ||
SwitchToOrginal ( ) : void | ||
VirtualDesktop ( ) : System | ||
VirtualDesktop ( string sDesktopName ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CloseDesktop ( IntPtr handle ) : bool | ||
CreateDesktop ( string lpszDesktop, IntPtr lpszDevice, IntPtr pDevmode, int dwFlags, long dwDesiredAccess, IntPtr lpsa ) : IntPtr | ||
GetCurrentThreadId ( ) : int | ||
GetThreadDesktop ( int dwThreadId ) : IntPtr | ||
LaunchDesktop ( ) : IntPtr | ||
SetThreadDesktop ( IntPtr hDesktop ) : bool | ||
SwitchDesktop ( IntPtr hDesktop ) : bool |
public VirtualDesktop ( string sDesktopName ) : System | ||
sDesktopName | string | |
return | System |