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
Показать файл Открыть проект

Открытые методы

Метод Описание
SafeUpdateHandle ( ) : System

Защищенные методы

Метод Описание
ReleaseHandle ( ) : bool

Описание методов

ReleaseHandle() защищенный Метод

protected ReleaseHandle ( ) : bool
Результат bool

SafeUpdateHandle() публичный Метод

public SafeUpdateHandle ( ) : System
Результат System