Class StorageDeviceInfo
Contains information about a storage device.
Implements
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
Namespace: ABB.Robotics.Controllers.FileSystemDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public sealed class StorageDeviceInfo : ServiceInfo, IDeserializationCallback
Constructors
StorageDeviceInfo()
Initializes a StorageDeviceInfo object.
Declaration
public StorageDeviceInfo()
Properties
DriveType
Gets/Sets the DriveType of the drive.
Declaration
public DriveType DriveType { get; set; }
Property Value
Type | Description |
---|---|
System.IO.DriveType |
Enabled
Gets/Sets the enabled flag of the drive.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets/Sets the name of the drive.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReadOnly
Get/Sets the readonly flag for the drive.
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Serialization.IDeserializationCallback