Namespace Phoenix.DeviceStorage
Classes
CategoryFileSystemItem
Represents top level categories for the file system view.
CorruptedFileException
Exception for corrupted file.
CreateTempFileException
Represents an exception for temp file creation failures.
DeviceStorageManager
Performs operations on String instances that contain file or directory path information.
DeviceStoragePlugin
DirectoryFileSystemItem
File system item for Directories on devices.
DummyFileSystemItem
Used to provide a single child to a lazy loaded directory.
FileSystemCapabilityNotFoundException
Represents the base exception type for all PhoenixException exceptions.
FileSystemHelper
Extends the functionality of FileSystem objects to convert into their Phoenix counterparts
FileSystemItem
File system item for files on a device.
FileSystemItemBase
The base class for all file system items in the view.
FileSystemModuleHelper
Helper class for the File System Module.
FileSystemSettings
Settings for the file system module.
FileSystemView
Interaction logic for FileSystemView
FileSystemViewModel
View model for file system.
FileSystemViewToFileSystemItemBaseConverter
Converts a FileSystemView into its DirectoryTree's SelectedItem.
PackageFileSystemItem
Represents top level categories for the file system view.
PhoenixDirectoryInfo
Contains the data for a directory.
PhoenixFileInfo
Contains the data for a directory.
PhoenixFileSystemInfoBase
Contains the data for a directory.
PhoenixFileSystemTelemetryContext
Class to provide needed moduleName for telemetry.
PhoenixPath
Allows to identify file or directories on a device by combining its path with the type of the operating system where it resides.
ScratchCategoryFileSystemItem
Represents top level category for scratch drive.
ScratchFileSystemItem
Represents top level categories for the file system view.
Interfaces
IDeviceStorageManager
Interface for the file manager.
IDeviceStorageViewProvider
IFileSystemIOAppPackage
The FileSystemIO interface for App Packages. Implements the IFileSystemIO Interface, adding the ability to get packages from a device.
IFileSystemIOSystem
The FileSystemIO Interface for the Xbox system. Implements the IFileSystemIO Interface, adding the ability to get system drives from a device.
IFileSystemIOTitle
The FileSystemIO Interface for the Xbox title system. Implements the IFileSystemIO Interface, adding the ability to get Title drives from a device.
Enums
PhoenixIOType
Identifies the operating system where a file or directory can reside.