Show / Hide Table of Contents

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 Source

WindowsPCSystemPackageSettings()

Initializes a new instance of the WindowsPCSystemPackageSettings class.

Declaration
public WindowsPCSystemPackageSettings()

Fields

View Source

DefaultWindowsVersion

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 Source

IsOutOfDate

Declaration
public override bool IsOutOfDate { get; }
Property Value
Type Description
System.Boolean
View Source

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>
View Source

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 Source

Save()

Saves the current settings

Declaration
public void Save()
  • View Source
In This Article
Back to top Generated by DocFX