Table of Contents

DesktopWindow 类

命名空间
ClassIsland.Core.Models
程序集
ClassIsland.Core.dll
public class DesktopWindow : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
继承
DesktopWindow
实现
继承成员

属性

ClassName

public string ClassName { get; set; }

属性值

string

Description

public string Description { get; set; }

属性值

string

HWnd

public HWND HWnd { get; set; }

属性值

HWND

Icon

public BitmapImage Icon { get; set; }

属性值

BitmapImage

IsVisible

public bool IsVisible { get; set; }

属性值

bool

OwnerProcess

public Process OwnerProcess { get; set; }

属性值

Process

ScreenShot

public BitmapImage ScreenShot { get; set; }

属性值

BitmapImage

WindowRect

public RECT WindowRect { get; set; }

属性值

RECT

WindowSize

public Size WindowSize { get; set; }

属性值

Size

WindowText

public string WindowText { get; set; }

属性值

string

方法

GetWindowByHWnd(HWND)

public static DesktopWindow GetWindowByHWnd(HWND hWnd)

参数

hWnd HWND

返回

DesktopWindow

GetWindowByHWndDetailed(HWND)

public static DesktopWindow GetWindowByHWndDetailed(HWND hWnd)

参数

hWnd HWND

返回

DesktopWindow