Show / Hide Table of Contents

Class XboxXbConnectExtensions

Inheritance
System.Object
XboxXbConnectExtensions
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)
System.Object.ToString()
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.Xbox.dll
Syntax
public static class XboxXbConnectExtensions

Methods

View Source

GetRecoveryVersionAsync(Xbox)

Declaration
public static async Task<string> GetRecoveryVersionAsync(this Xbox self)
Parameters
Type Name Description
Xbox self
Returns
Type Description
System.Threading.Tasks.Task<System.String>
View Source

GetXdkVersionAsync(Xbox)

Declaration
public static async Task<string> GetXdkVersionAsync(this Xbox self)
Parameters
Type Name Description
Xbox self
Returns
Type Description
System.Threading.Tasks.Task<System.String>
  • View Source
In This Article
Back to top Generated by DocFX