C# 클래스 Microsoft.NET.HostModel.ResourceUpdater.SafeUpdateHandle

Holds the update handle returned by BeginUpdateResource. Normally, native resources for the update handle are released by a call to ResourceUpdater.Update(). In case this doesn't happen, the SafeUpdateHandle will release the native resources for the update handle without updating the target file.
상속: SafeHandle
파일 보기 프로젝트 열기: mikedn/runtime

공개 메소드들

메소드 설명
SafeUpdateHandle ( ) : System

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

메소드 상세

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool

SafeUpdateHandle() 공개 메소드

public SafeUpdateHandle ( ) : System
리턴 System