Show / Hide Table of Contents

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 Source

XboxSystemPackageSettings()

Initializes a new instance of the XboxSystemPackageSettings class.

Declaration
public XboxSystemPackageSettings()

Fields

View Source

DefaultXdkVersion

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 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 SerializableList<string> SystemPackageRegexs { get; set; }
Property Value
Type Description
SerializableList<System.String>
View Source

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 Source

Save()

Saves the current settings

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