C# 클래스 UlteriusServer.Api.Win32.Desktop.Window

Stores window handles and titles.
파일 보기 프로젝트 열기: Ulterius/server

공개 메소드들

메소드 설명
Window ( IntPtr handle, string text ) : System

Creates a new window object.

메소드 상세

Window() 공개 메소드

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