C# 클래스 PInvoke.User32.SafeEventHookHandle

Represents a windows event Hook that can be removed with UnhookWinEvent.
상속: System.Runtime.InteropServices.SafeHandle
파일 보기 프로젝트 열기: AArnott/pinvoke

공개 프로퍼티들

프로퍼티 타입 설명
Null SafeEventHookHandle

공개 메소드들

메소드 설명
SafeEventHookHandle ( ) : System

Initializes a new instance of the SafeEventHookHandle class.

SafeEventHookHandle ( IntPtr preexistingHandle, bool ownsHandle = true ) : System

Initializes a new instance of the SafeEventHookHandle class.

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

메소드 상세

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool

SafeEventHookHandle() 공개 메소드

Initializes a new instance of the SafeEventHookHandle class.
public SafeEventHookHandle ( ) : System
리턴 System

SafeEventHookHandle() 공개 메소드

Initializes a new instance of the SafeEventHookHandle class.
public SafeEventHookHandle ( IntPtr preexistingHandle, bool ownsHandle = true ) : System
preexistingHandle System.IntPtr An object that represents the pre-existing handle to use.
ownsHandle bool /// to have the native handle released when this safe handle is disposed or finalized; /// otherwise. ///
리턴 System

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

A handle that may be used in place of IntPtr.Zero.
public static SafeEventHookHandle Null
리턴 SafeEventHookHandle