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
Afficher le fichier Open project: mikedn/runtime

Méthodes publiques

Méthode Description
SafeUpdateHandle ( ) : System

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Method Details

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SafeUpdateHandle() public méthode

public SafeUpdateHandle ( ) : System
Résultat System