C# Класс CSharp___DllImport.Phone.TaskManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CurrentProcess ( ) : WP7Process

Описание методов

AllProcesses() публичный статический Метод

public static AllProcesses ( ) : WP7Process[]
Результат WP7Process[]

DumpEnumWindowsToConsole() публичный статический Метод

public static DumpEnumWindowsToConsole ( ) : void
Результат void

GentlyExitCurrentProcess() публичный статический Метод

public static GentlyExitCurrentProcess ( ) : int
Результат int

GetAllRunningSilverligt_XNA() публичный статический Метод

public static GetAllRunningSilverligt_XNA ( ) : WindowPointer[]
Результат WindowPointer[]

GetCurrentProcessId() публичный статический Метод

public static GetCurrentProcessId ( ) : long
Результат long

GetEnumWindows() публичный статический Метод

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
Результат WindowPointer[]

GetFocusHWND() публичный статический Метод

public static GetFocusHWND ( ) : long
Результат long

Named() публичный статический Метод

public static Named ( string exeWithoutExtension ) : WP7Process[]
exeWithoutExtension string
Результат WP7Process[]

SetForegroundWindow() публичный статический Метод

public static SetForegroundWindow ( int hwnd ) : int
hwnd int
Результат int

ShowWindow() публичный статический Метод

public static ShowWindow ( int hwnd, int SW_Command ) : int
hwnd int
SW_Command int
Результат int

TaskSwitch_SwitchTo() публичный статический Метод

public static TaskSwitch_SwitchTo ( int hwnd ) : void
hwnd int
Результат void