Method | Description | |
---|---|---|
AllProcesses ( ) : WP7Process[] | ||
DumpEnumWindowsToConsole ( ) : void | ||
GentlyExitCurrentProcess ( ) : int | ||
GetAllRunningSilverligt_XNA ( ) : WindowPointer[] | ||
GetCurrentProcessId ( ) : long | ||
GetEnumWindows ( bool onlyWithTitle, bool onlyIsWindow = true ) : WindowPointer[] | ||
GetFocusHWND ( ) : long | ||
Named ( string exeWithoutExtension ) : WP7Process[] | ||
SetForegroundWindow ( int hwnd ) : int | ||
ShowWindow ( int hwnd, int SW_Command ) : int | ||
TaskSwitch_SwitchTo ( int hwnd ) : void |
Method | Description | |
---|---|---|
CurrentProcess ( ) : WP7Process |
public static AllProcesses ( ) : WP7Process[] | ||
return | WP7Process[] |
public static DumpEnumWindowsToConsole ( ) : void | ||
return | void |
public static GentlyExitCurrentProcess ( ) : int | ||
return | int |
public static GetAllRunningSilverligt_XNA ( ) : WindowPointer[] | ||
return | WindowPointer[] |
public static GetEnumWindows ( bool onlyWithTitle, bool onlyIsWindow = true ) : WindowPointer[] | ||
onlyWithTitle | bool | Prevents of finding certain windows that actualy are windows but with no title. |
onlyIsWindow | bool | |
return | WindowPointer[] |
public static Named ( string exeWithoutExtension ) : WP7Process[] | ||
exeWithoutExtension | string | |
return | WP7Process[] |
public static SetForegroundWindow ( int hwnd ) : int | ||
hwnd | int | |
return | int |
public static ShowWindow ( int hwnd, int SW_Command ) : int | ||
hwnd | int | |
SW_Command | int | |
return | int |
public static TaskSwitch_SwitchTo ( int hwnd ) : void | ||
hwnd | int | |
return | void |