Click or drag to resize

LogicalDiskInfo Class

Logical Disk Information.

For more information see: Win32_LogicalDisk class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.Hardware.DiskLogicalDiskInfo

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 LogicalDiskInfo : ILogicalDiskInfo

The LogicalDiskInfo type exposes the following members.

Constructors
  NameDescription
Public methodLogicalDiskInfo
Initializes a new instance of the LogicalDiskInfo class.
Top
Properties
  NameDescription
Public propertyAvailability
Win32_LogicalDisk: Availability: Availability and status of the device.
Public propertyConfigManagerErrorCode
Win32_LogicalDisk: ConfigManagerErrorCode: Windows Configuration Manager error code.
Public propertyDescription
Win32_LogicalDisk: Description: Description of the object.
Public propertyDeviceId
Win32_LogicalDisk: DeviceID: Unique identifier of the disk drive with other devices on the system.
Public propertyDriveType
Win32_LogicalDisk: DriveType: Numeric value that corresponds to the type of disk drive this logical disk represents.
Public propertyFileSystem
Win32_LogicalDisk: FileSystem: File system on the logical disk.
Public propertyFreeSpace
Win32_LogicalDisk: FreeSpace: Space, in bytes, available on the logical disk.
Public propertyInstallDate
Win32_LogicalDisk: InstallDate: Date and time the object was installed.
Public propertyMediaType
Win32_LogicalDisk: MediaType: Type of media currently present in the logical drive.
Public propertyName
Win32_LogicalDisk: Name: Label by which the object is known.
Public propertySize
Win32_LogicalDisk: Size: Size of the disk drive.
Public propertyStatusInfo
Win32_LogicalDisk: StatusInfo: State of the logical device.
Public propertySupportsDiskQuotas
Win32_LogicalDisk: SupportsDiskQuotas: If True, this volume supports disk quotas.
Public propertySupportsFileBasedCompression
Win32_LogicalDisk: SupportsFileBasedCompression: If True, the logical disk partition supports file-based compression, such as is the case with the NTFS file system. This property is False when the Compressed property is True.
Public propertyVolumeDirty
Win32_LogicalDisk: VolumeDirty: If True, the disk requires ChkDsk to be run at the next restart.
Public propertyVolumeName
Win32_LogicalDisk: VolumeName: Volume name of the logical disk.
Public propertyVolumeSerialNumber
Win32_LogicalDisk: VolumeSerialNumber: Volume serial number of the logical disk.
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