C# Class OpenTK.Platform.Windows.WinWindowInfo

Inheritance: IWindowInfo, IDisposable
Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Dispose ( bool manual ) : void

Method Details

Dispose() public méthode

Releases the unmanaged resources consumed by this instance.
public Dispose ( ) : void
Résultat void

Equals() public méthode

Checks if this and obj reference the same win32 window.
public Equals ( object obj ) : bool
obj object The object to check against.
Résultat bool

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a System.String that represents the current window.
public ToString ( ) : string
Résultat string

WinWindowInfo() public méthode

Constructs a new instance.
public WinWindowInfo ( ) : System
Résultat System

WinWindowInfo() public méthode

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).
Résultat System