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 SourceGetRecoveryVersionAsync(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> |
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> |