Table of Contents

Class OpticalDrives

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the configuration of CD-ROM and DVD-ROM drives in a machine.

public class OpticalDrives : BypassSection
Inheritance
OpticalDrives
Inherited Members

Constructors

OpticalDrives()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.OpticalDrives class.

public OpticalDrives()

Properties

Items

Gets or sets the items in the collection.

public OpticalDriveCollection Items { get; set; }

Property Value

OpticalDriveCollection

Methods

ToString()

Returns the CD-ROM or DVD-ROM drives as a human readable string.

public override string ToString()

Returns

string

The CD-ROM or DVD-ROM drives as a human readable string.