Class XboxSystemPackageSettings
The settings for phoenix devices
Inheritance
System.Object
XboxSystemPackageSettings
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.Xbox.dll
Syntax
[Serializable]
public class XboxSystemPackageSettings : VersionedSettingsCategoryBase
Constructors
View SourceXboxSystemPackageSettings()
Initializes a new instance of the XboxSystemPackageSettings class.
Declaration
public XboxSystemPackageSettings()
Fields
View SourceDefaultXdkVersion
The default version of the Xdk used to check and update the settings file if it is out of date.
Declaration
public static readonly Version DefaultXdkVersion
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 SerializableList<string> SystemPackageRegexs { get; set; }
Property Value
Type | Description |
---|---|
SerializableList<System.String> |
XdkVersion
Gets or sets the version of the XDK for which the RegEx's apply.
Declaration
public string XdkVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceSave()
Saves the current settings
Declaration
public void Save()