Table of Contents

Class WindowsClassicScheduledTasks

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

Represents the classic scheduled tasks on a Windows machine running Windows 2003 or prior.

public class WindowsClassicScheduledTasks : BypassSection
Inheritance
WindowsClassicScheduledTasks
Inherited Members

Constructors

WindowsClassicScheduledTasks()

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

public WindowsClassicScheduledTasks()

Properties

Items

Gets or sets the items in the collection.

public WindowsClassicScheduledTaskCollection Items { get; set; }

Property Value

WindowsClassicScheduledTaskCollection

Methods

FindByName(string)

Returns the scheduled task with the specified name, or null if no scheduled task with the specified name is found.

public WindowsClassicScheduledTask FindByName(string name)

Parameters

name string

The name of the scheduled task to locate.

Returns

WindowsClassicScheduledTask

The scheduled task with the specified name.

FromXml(string)

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

public static WindowsClassicScheduledTasks FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsClassicScheduledTasks

A CENTREL.XIA.Configuration.Types.WindowsClassicScheduledTasks class.

ToString()

Returns the scheduled tasks as a human readable string - for example "4 Scheduled Tasks" or "{Not Documented}".

public override string ToString()

Returns

string

The scheduled tasks as a human readable string.