C# Class 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.
Inheritance: SafeHandle
Datei anzeigen Open project: mikedn/runtime

Public Methods

Method Description
SafeUpdateHandle ( ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

SafeUpdateHandle() public method

public SafeUpdateHandle ( ) : System
return System