Table of Contents

Class WindowsStartupCommands

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

Represents the startup commands configured on a Windows machine.

public class WindowsStartupCommands : BypassSection
Inheritance
WindowsStartupCommands
Inherited Members

Constructors

WindowsStartupCommands()

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

public WindowsStartupCommands()

Properties

Items

Gets or sets the items in the collection.

public WindowsStartupCommandCollection Items { get; set; }

Property Value

WindowsStartupCommandCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.WindowsStartupCommands class from the specified XML.

public static WindowsStartupCommands FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsStartupCommands

A CENTREL.XIA.Configuration.Types.WindowsStartupCommands class.

ToString()

Returns the startup commands as a human readable string - for example "4 Commands" or "{Not Documented}".

public override string ToString()

Returns

string

The startup commands as a human readable string.