C# Class Microsoft.Win32.SafeHandles.SafeEventHandle

Inheritance: SafeHandleZeroOrMinusOneIsInvalid
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Private Methods

Method Description
CloseHandle ( IntPtr handle ) : bool
CreateEvent ( HandleRef lpEventAttributes, bool bManualReset, bool bInitialState, string name ) : SafeEventHandle
SafeEventHandle ( ) : System

Method Details

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool