C# 클래스 OpenQA.Selenium.NativeLibrarySafeHandle

상속: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
NativeLibrarySafeHandle ( ) : System

Initializes a new instance of the NativeLibrarySafeHandle class.

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

Releases the native library handle.

The handle is released by calling the FreeLibrary API.

메소드 상세

NativeLibrarySafeHandle() 공개 메소드

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

ReleaseHandle() 보호된 메소드

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