Click or drag to resize
LockableImage Class
Inheritance Hierarchy
SystemObject
  Image
    DrawerBackup.Storage.ImagingLockableImage

Namespace: DrawerBackup.Storage.Imaging
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class LockableImage : Image

The LockableImage type exposes the following members.

Constructors
  NameDescription
Public methodLockableImage
Initializes a new instance of the LockableImage class
Top
Properties
  NameDescription
Public propertyId (Inherited from Image.)
Public propertyName (Inherited from Image.)
Top
Methods
  NameDescription
Public methodDelete (Overrides Image.Delete(String).)
Public methodDispose
Releases all resources used by the LockableImage
(Overrides Image.Dispose.)
Public methodEnumerateEntries (Overrides Image.EnumerateEntries.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExists (Overrides Image.Exists(String).)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen (Overrides Image.Open(String, FileAccess, FileMode).)
Public methodSize (Overrides Image.Size.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also