Click or drag to resize
ImDiskControl Class
Represents ImDisk Virtual Disk Driver control device object.
Inheritance Hierarchy

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
[ComVisibleAttribute(false)]
public class ImDiskControl : ImDiskObject

The ImDiskControl type exposes the following members.

Constructors
  NameDescription
Public methodImDiskControl
Creates a new instance and opens ImDisk Virtual Disk Driver control device object.
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.
(Inherited from ImDiskObject.)
Public methodClose
Close device object.
(Inherited from ImDiskObject.)
Protected methodDispose (Inherited from ImDiskObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Inherited from ImDiskObject.)
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 (Inherited from ImDiskObject.)
Public fieldSafeFileHandle (Inherited from ImDiskObject.)
Top
See Also