C# Class SevenUpdate.Sdk.Win32Window

A Win32 window.
Inheritance: IWin32Window, IDisposable
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Свойство Type Description
Dispose void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Win32Window ( IntPtr handle ) : System

Initializes a new instance of the Win32Window class.

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Win32Window() public méthode

Initializes a new instance of the Win32Window class.
public Win32Window ( IntPtr handle ) : System
handle System.IntPtr The handle.
Résultat System