C# Class CSharp___DllImport.Phone.TaskManager

Afficher le fichier Open project: windowsphonehacker/wph-tweaks

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
CurrentProcess ( ) : WP7Process

Method Details

AllProcesses() public static méthode

public static AllProcesses ( ) : WP7Process[]
Résultat WP7Process[]

DumpEnumWindowsToConsole() public static méthode

public static DumpEnumWindowsToConsole ( ) : void
Résultat void

GentlyExitCurrentProcess() public static méthode

public static GentlyExitCurrentProcess ( ) : int
Résultat int

GetAllRunningSilverligt_XNA() public static méthode

public static GetAllRunningSilverligt_XNA ( ) : WindowPointer[]
Résultat WindowPointer[]

GetCurrentProcessId() public static méthode

public static GetCurrentProcessId ( ) : long
Résultat long

GetEnumWindows() public static méthode

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
Résultat WindowPointer[]

GetFocusHWND() public static méthode

public static GetFocusHWND ( ) : long
Résultat long

Named() public static méthode

public static Named ( string exeWithoutExtension ) : WP7Process[]
exeWithoutExtension string
Résultat WP7Process[]

SetForegroundWindow() public static méthode

public static SetForegroundWindow ( int hwnd ) : int
hwnd int
Résultat int

ShowWindow() public static méthode

public static ShowWindow ( int hwnd, int SW_Command ) : int
hwnd int
SW_Command int
Résultat int

TaskSwitch_SwitchTo() public static méthode

public static TaskSwitch_SwitchTo ( int hwnd ) : void
hwnd int
Résultat void