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 SourceInstallPath
Gets or sets the XDK installer path.
Declaration
public string InstallPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RecoveryPath
Gets or sets the path to the recovery.
Declaration
public string RecoveryPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
Gets or sets the XDK Version string.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XdkPath
Gets or sets the path to the XDK.
Declaration
public string XdkPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceToString()
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()