C# 클래스 Endjin.Assembly.ChangeDetection.Infrastructure.SafeFindHandle

Wraps a FindFirstFile handle.
상속: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection 1 사용 예제들

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

When overridden in a derived class, executes the code required to free the handle.

비공개 메소드들

메소드 설명
FindClose ( IntPtr handle ) : bool
SafeFindHandle ( ) : System

메소드 상세

ReleaseHandle() 보호된 메소드

When overridden in a derived class, executes the code required to free the handle.
protected ReleaseHandle ( ) : bool
리턴 bool