Click or drag to resize

ScsiAdapterDeviceProperties Class

Object storing properties for a virtual disk device. Returned by QueryDevice() method.
Inheritance Hierarchy
SystemObject
  Arsenal.ImageMounterScsiAdapterDeviceProperties

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public sealed class DeviceProperties

The ScsiAdapterDeviceProperties type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBytesPerSector
Number of bytes per sector for virtual disk geometry.
Public propertyDeviceNumber
Device number of virtual disk.
Public propertyDiskSize
Size of virtual disk.
Public propertyFilename
Name of disk image file holding storage for file type virtual disk or used to create a virtual memory type virtual disk.
Public propertyFlags
Flags specifying properties for virtual disk. See comments for each flag value.
Public propertyImageOffset
A skip offset if virtual disk data does not begin immediately at start of disk image file. Frequently used with image formats like Nero NRG which start with a file header not used by Arsenal Image Mounter or Windows filesystem drivers.
Public propertyWriteOverlayImageFile
Path to differencing file used in write-temporary mode.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also