DriveStatusChangedEventArgsDriveInfo Property
Gets the drive info.
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 DriveInfo DriveInfo { get; }
Public ReadOnly Property DriveInfo As DriveInfo
Get
Dim instance As DriveStatusChangedEventArgs
Dim value As DriveInfo
value = instance.DriveInfo
public:
property DriveInfo^ DriveInfo {
DriveInfo^ get ();
}
member DriveInfo : DriveInfo with get
No code example is currently available or this language may not be supported.
Property Value
DriveInfo
The drive info.