C# Class OpenQA.Selenium.NativeLibrarySafeHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
ファイルを表示 Open project: asynchrony/Selenium2 Class Usage Examples

Public Methods

Method Description
NativeLibrarySafeHandle ( ) : System

Initializes a new instance of the NativeLibrarySafeHandle class.

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Releases the native library handle.

The handle is released by calling the FreeLibrary API.

Method Details

NativeLibrarySafeHandle() public method

Initializes a new instance of the NativeLibrarySafeHandle class.
public NativeLibrarySafeHandle ( ) : System
return System

ReleaseHandle() protected method

Releases the native library handle.
The handle is released by calling the FreeLibrary API.
protected ReleaseHandle ( ) : bool
return bool