C# Class OpenQA.Selenium.NativeLibrarySafeHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: asynchrony/Selenium2 Class Usage Examples

Méthodes publiques

Méthode Description
NativeLibrarySafeHandle ( ) : System

Initializes a new instance of the NativeLibrarySafeHandle class.

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Releases the native library handle.

The handle is released by calling the FreeLibrary API.

Method Details

NativeLibrarySafeHandle() public méthode

Initializes a new instance of the NativeLibrarySafeHandle class.
public NativeLibrarySafeHandle ( ) : System
Résultat System

ReleaseHandle() protected méthode

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