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

A collection for Window objects.
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: Ulterius/server

공개 메소드들

메소드 설명
Add ( Window wnd ) : void

Adds a window to the collection.

this ( int index ) : Window

Gets a window from teh collection.

메소드 상세

Add() 공개 메소드

Adds a window to the collection.
public Add ( Window wnd ) : void
wnd Window Window to add.
리턴 void

this() 공개 메소드

Gets a window from teh collection.
public this ( int index ) : Window
index int
리턴 Window