Show / Hide Table of Contents

Class XdkReference

An XDK reference wrapper.

Inheritance
System.Object
XdkReference
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.Xbox.dll
Syntax
public class XdkReference

Properties

View Source

InstallPath

Gets or sets the XDK installer path.

Declaration
public string InstallPath { get; set; }
Property Value
Type Description
System.String
View Source

RecoveryPath

Gets or sets the path to the recovery.

Declaration
public string RecoveryPath { get; set; }
Property Value
Type Description
System.String
View Source

Version

Gets or sets the XDK Version string.

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String
View Source

XdkPath

Gets or sets the path to the XDK.

Declaration
public string XdkPath { get; set; }
Property Value
Type Description
System.String

Methods

View Source

ToString()

Gets the the string representation of the class.

Declaration
public override string ToString()
Returns
Type Description
System.String

The string representation.

Overrides
System.Object.ToString()
  • View Source
In This Article
Back to top Generated by DocFX