C# Class SevenUpdate.Sdk.Win32Window

A Win32 window.
Inheritance: IWin32Window, IDisposable
Datei anzeigen Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description
Dispose void

Public Methods

Method 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

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

Dispose() public method

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

Win32Window() public method

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