Click or drag to resize
ImageManager Class
Manage all entries in a image
Inheritance Hierarchy
SystemObject
  DrawerBackup.StorageImageManager

Namespace: DrawerBackup.Storage
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class ImageManager : IDisposable

The ImageManager type exposes the following members.

Constructors
  NameDescription
Public methodImageManager
Initializes a new instance of the ImageManager class
Top
Methods
  NameDescription
Public methodStatic memberCreateImage
Create the image for the Repository
Public methodDeleteImage
Deletes a image from the disk
Public methodDispose
Releases all resources used by the ImageManager
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExists
Check if the entry exists in the database
Public methodExistsOnImage
Check if a entry exists in the image
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEntryChecksum
Calculates the entry checksum
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasEnoughSpace
Check if the image has enough space
Public methodHasEntries
Check if the image contains a entry
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen
Opens or Create the entry in the image
Public methodStatic memberOpenEntry
Open a entry
Public methodPurge
Purges all the entries of the image and purges the image
Public methodRemove
Removes a entry from the disk
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also