HardDriveInfo(DriveInfo) Constructor
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public HardDriveInfo(
DriveInfo driveInfo
)
Public Sub New (
driveInfo As DriveInfo
)
Dim driveInfo As DriveInfo
Dim instance As New HardDriveInfo(driveInfo)
public:
HardDriveInfo(
DriveInfo^ driveInfo
)
new :
driveInfo : DriveInfo -> HardDriveInfo
No code example is currently available or this language may not be supported.
Parameters
- driveInfo DriveInfo
-
A DriveInfo instance that represents the hard drive.
ArgumentException
|
The specified drive is not a hard drive.
|