C# Класс OpenTK.Platform.Windows.WinWindowInfo

Наследование: IWindowInfo, IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Releases the unmanaged resources consumed by this instance.

Equals ( object obj ) : bool

Checks if this and obj reference the same win32 window.

GetHashCode ( ) : int

Returns the hash code for this instance.

ToString ( ) : string

Returns a System.String that represents the current window.

WinWindowInfo ( ) : System

Constructs a new instance.

WinWindowInfo ( IntPtr handle, WinWindowInfo parent ) : System

Constructs a new instance with the specified window handle and paren.t

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

Метод Описание
Dispose ( bool manual ) : void

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

Dispose() публичный Метод

Releases the unmanaged resources consumed by this instance.
public Dispose ( ) : void
Результат void

Equals() публичный Метод

Checks if this and obj reference the same win32 window.
public Equals ( object obj ) : bool
obj object The object to check against.
Результат bool

GetHashCode() публичный Метод

Returns the hash code for this instance.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a System.String that represents the current window.
public ToString ( ) : string
Результат string

WinWindowInfo() публичный Метод

Constructs a new instance.
public WinWindowInfo ( ) : System
Результат System

WinWindowInfo() публичный Метод

Constructs a new instance with the specified window handle and paren.t
public WinWindowInfo ( IntPtr handle, WinWindowInfo parent ) : System
handle System.IntPtr The window handle for this instance.
parent WinWindowInfo The parent window of this instance (may be null).
Результат System