C# 클래스 SevenUpdate.Sdk.Win32Window

A Win32 window.
상속: IWin32Window, IDisposable
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

메소드 상세

Dispose() 공개 메소드

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

Win32Window() 공개 메소드

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