Method | Description | |
---|---|---|
Close ( ) : bool |
Closes the handle to a desktop.
|
|
CreateProcess ( string path ) : |
Creates a new process in a desktop.
|
|
Desktop ( string name ) : ManagedWin32.Api | ||
Dispose ( ) : void |
Dispose Object.
|
|
Dispose ( bool disposing ) : void |
Dispose Object.
|
|
Exists ( string name, bool caseInsensitive = false ) : bool |
Checks if the specified desktop exists.
|
|
GetDesktops ( ) : IEnumerable |
Enumerates all of the desktops.
|
|
GetProcesses ( ) : IEnumerable |
Gets an array of all the processes running on this desktop.
|
|
GetWindows ( ) : IEnumerable |
Enumerates the windows on a desktop.
|
|
Prepare ( ) : void |
Prepares a desktop for use. For use only on newly created desktops, call straight after CreateDesktop.
|
|
Show ( ) : bool |
Switches input to the currently opened desktop.
|
|
ToString ( ) : string |
Gets the desktop name.
|
Method | Description | |
---|---|---|
CheckDisposed ( ) : void | ||
Desktop ( |
||
Open ( string name ) : |
public CreateProcess ( string path ) : |
||
path | string | Path to application. |
return |
public Desktop ( string name ) : ManagedWin32.Api | ||
name | string | |
return | ManagedWin32.Api |
public Dispose ( bool disposing ) : void | ||
disposing | bool | True to dispose managed resources. |
return | void |
public static Exists ( string name, bool caseInsensitive = false ) : bool | ||
name | string | The name of the desktop. |
caseInsensitive | bool | If the search is case INsensitive. |
return | bool |