Class XbCmderExtensions
Extension methods for the XbCmder library and file IO to Phoenix IO.
Inheritance
System.Object
XbCmderExtensions
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 XbCmderExtensions
Methods
View SourceToPartition(PhoenixIOType)
Declaration
public static OsPartition ToPartition(this PhoenixIOType type)
Parameters
Type | Name | Description |
---|---|---|
PhoenixIOType | type |
Returns
Type | Description |
---|---|
OsPartition |
ToPhoenixInfo(FileSystemEntry, IDevice, PhoenixIOType)
Converts a
Declaration
public static PhoenixFileSystemInfoBase ToPhoenixInfo(this FileSystemEntry fileInfo, IDevice device, PhoenixIOType type)
Parameters
Type | Name | Description |
---|---|---|
FileSystemEntry | fileInfo | The |
IDevice | device | The device. |
PhoenixIOType | type | The IO type. |
Returns
Type | Description |
---|---|
PhoenixFileSystemInfoBase | The converted file info. |