LogicalDiskToPartitionInfo Class |
Mapping of a logical disk to a disk partition.
Inheritance HierarchySystemObject Xcalibur.Models.Hardware.DiskLogicalDiskToPartitionInfo
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 LogicalDiskToPartitionInfo : ILogicalDiskToPartitionInfo
<DataContractAttribute>
Public Class LogicalDiskToPartitionInfo
Implements ILogicalDiskToPartitionInfo
[DataContractAttribute]
public ref class LogicalDiskToPartitionInfo : ILogicalDiskToPartitionInfo
[<DataContractAttribute>]
type LogicalDiskToPartitionInfo =
class
interface ILogicalDiskToPartitionInfo
end
The LogicalDiskToPartitionInfo type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | DeviceId |
Gets or sets the antecedent.
|
 | Drive |
Gets or sets the dependent.
|
Top
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also