API Reference
Class
LogicalDisk
Facade to read logical disk information for a computer.
Inheritance
- Object
- LogicalDisk
Methods
public static Task<List<LogicalDiskInfo>> GetAsync(String computer = null, Nullable<TimeSpan> timeout = null, CancellationToken ct = null) #Returns:
Task<List<LogicalDiskInfo>>Gets logical disk information for the local or specified computer.
Parameters
- computer System.String = null
- Target computer; null/empty uses local machine.
- timeout System.Nullable{System.TimeSpan} = null
- Optional per-query timeout.
- ct System.Threading.CancellationToken = null
- Cancellation token.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object