Class DiskDrives
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of physical disks as seen by the operating system.
public class DiskDrives : BypassSection
- Inheritance
-
DiskDrives
- Inherited Members
Constructors
DiskDrives()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.DiskDrives class.
public DiskDrives()
Properties
Items
Gets or sets the items in the collection.
public DiskDriveCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.DiskDrives class from the specified XML.
public static DiskDrives FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- DiskDrives
A CENTREL.XIA.Configuration.Types.DiskDrives class.
ToString()
Returns the environment variables as a human readable string - for example "10 Environment Variables" or "{Not Documented}".
public override string ToString()
Returns
- string
The environment variables as a human readable string.