Class WindowsPCSystemPackageSettings
The settings for phoenix devices
Inheritance
System.Object
WindowsPCSystemPackageSettings
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.WindowsPC.dll
Syntax
[Serializable]
public class WindowsPCSystemPackageSettings : VersionedSettingsCategoryBase
Constructors
View SourceWindowsPCSystemPackageSettings()
Initializes a new instance of the WindowsPCSystemPackageSettings class.
Declaration
public WindowsPCSystemPackageSettings()
Fields
View SourceDefaultWindowsVersion
The default version of the Windows used to check and update the settings file if it is out of date.
Declaration
public static readonly Version DefaultWindowsVersion
Field Value
Type | Description |
---|---|
System.Version |
Properties
View SourceIsOutOfDate
Declaration
public override bool IsOutOfDate { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SystemPackageRegexs
Gets or sets the regular expressions that define a system package.
Declaration
public List<string> SystemPackageRegexs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
WindowsVersion
Gets or sets the version of the Windows for which the RegEx's apply.
Declaration
public string WindowsVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceSave()
Saves the current settings
Declaration
public void Save()