Click or drag to resize
ImDiskObject Class
Base class that represents ImDisk Virtual Disk Driver created device objects.
Inheritance Hierarchy

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[GuidAttribute("797bbe31-0d5a-4225-8139-385539c5ce7e")]
public class ImDiskObject : IDisposable

The ImDiskObject type exposes the following members.

Constructors
  NameDescription
Protected methodImDiskObject(SafeFileHandle, FileAccess)
Encapsulates a handle in a new ImDiskObject.
Protected methodImDiskObject(String, FileAccess)
Opens specified Path with CreateFile Win32 API and encapsulates the returned handle in a new ImDiskObject.
Top
Methods
  NameDescription
Public methodCheckDriverVersion
Checks if version of running ImDisk Virtual Disk Driver servicing this device object is compatible with this API library. If this device object is not created by ImDisk Virtual Disk Driver this method returns False.
Public methodClose
Close device object.
Protected methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAccessMode
Public fieldSafeFileHandle
Top
See Also