Show / Hide Table of Contents

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 Source

ToPartition(PhoenixIOType)

Declaration
public static OsPartition ToPartition(this PhoenixIOType type)
Parameters
Type Name Description
PhoenixIOType type
Returns
Type Description
OsPartition
View Source

ToPhoenixInfo(FileSystemEntry, IDevice, PhoenixIOType)

Converts a into a PhoenixFileInfo.

Declaration
public static PhoenixFileSystemInfoBase ToPhoenixInfo(this FileSystemEntry fileInfo, IDevice device, PhoenixIOType type)
Parameters
Type Name Description
FileSystemEntry fileInfo

The instance.

IDevice device

The device.

PhoenixIOType type

The IO type.

Returns
Type Description
PhoenixFileSystemInfoBase

The converted file info.

  • View Source
In This Article
Back to top Generated by DocFX