Click or drag to resize

DiskDriveInfo Class

Physical Disk Drive information.

For more information see: Win32_DiskDrive class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.Hardware.DiskDiskDriveInfo

Namespace:  Xcalibur.Models.Hardware.Disk
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class DiskDriveInfo : IDiskDriveInfo

The DiskDriveInfo type exposes the following members.

Constructors
  NameDescription
Public methodDiskDriveInfo
Initializes a new instance of the DiskDriveInfo class.
Top
Properties
  NameDescription
Public propertyAvailability
Win32_DiskDrive: Availability: Availability and status of the device.
Public propertyConfigManagerErrorCode
Win32_DiskDrive: ConfigManagerErrorCode: Windows Configuration Manager error code.
Public propertyDeviceId
Win32_DiskDrive: DeviceID: Unique identifier of the disk drive with other devices on the system.
Public propertyIndex
Win32_DiskDrive: Index: Physical drive number of the given drive.
Public propertyInterfaceType
Win32_DiskDrive: InterfaceType: Interface type of physical disk drive.
Public propertyMediaType
Win32_DiskDrive: MediaType: Type of media used or accessed by this device.
Public propertyModel
Win32_DiskDrive: Model: Manufacturer's model number of the disk drive.
Public propertyPartitions
A collection of partitions located on the drive.
Public propertyScsiBus
Win32_DiskDrive: SCSIBus: SCSI bus number of the disk drive.
Public propertyScsiLogicalUnit
Win32_DiskDrive: SCSILogicalUnit: SCSI logical unit number (LUN) of the disk drive.
Public propertyScsiPort
Win32_DiskDrive: SCSIPort: SCSI port number of the disk drive.
Public propertyScsiTargetId
Win32_DiskDrive: SCSITargetId: SCSI identifier number of the disk drive.
Public propertySectorsPerTrack
Win32_DiskDrive: SectorsPerTrack: Number of sectors in each track for this physical disk drive.
Public propertySerialNumber
Win32_DiskDrive: SerialNumber: Number allocated by the manufacturer to identify the physical media.
Public propertySize
Win32_DiskDrive: Size: Size of the disk drive. It is calculated by multiplying the total number of cylinders, tracks in each cylinder, sectors in each track, and bytes in each sector.
Public propertyStatusInfo
Win32_DiskDrive: StatusInfo: State of the logical device.
Public propertyTotalCylinders
Win32_DiskDrive: TotalCylinders: Total number of cylinders on the physical disk drive.
Public propertyTotalHeads
Win32_DiskDrive: TotalHeads: Total number of heads on the disk drive.
Public propertyTotalSectors
Win32_DiskDrive: TotalSectors: Total number of sectors on the physical disk drive.
Public propertyTotalTracks
Win32_DiskDrive: TotalTracks: Total number of tracks on the physical disk drive.
Public propertyTracksPerCylinder
Win32_DiskDrive: TracksPerCylinder: Number of tracks in each cylinder on the physical disk drive.
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