Class WindowsInstalledPrograms
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configuration of installed programs on a Windows machine.
public class WindowsInstalledPrograms : BypassSection
- Inheritance
-
WindowsInstalledPrograms
- Inherited Members
Constructors
WindowsInstalledPrograms()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsInstalledPrograms class.
public WindowsInstalledPrograms()
Properties
Items
Gets or sets the items in the collection.
public WindowsInstalledProgramCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.WindowsInstalledPrograms class from the specified XML.
public static WindowsInstalledPrograms FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- WindowsInstalledPrograms
A CENTREL.XIA.Configuration.Types.WindowsInstalledPrograms class.
ToString()
Returns the installed programs as a human readable string - for example "10 Installed Programs".
public override string ToString()
Returns
- string
The installed programs as a human readable string.