C# Class UlteriusServer.Api.Win32.Desktop.Window

Stores window handles and titles.
ファイルを表示 Open project: Ulterius/server

Public Methods

Method Description
Window ( IntPtr handle, string text ) : System

Creates a new window object.

Method Details

Window() public method

Creates a new window object.
public Window ( IntPtr handle, string text ) : System
handle System.IntPtr Window handle.
text string Window title.
return System