C# (CSharp) Indiefreaks.Xna.Storage Namespace

Classes

Name Description
FileActionCompletedEventArgs Used for the arguments for SaveAsync, LoadAsync, and DeleteAsync.
FileExistsCompletedEventArgs Used for arguments for FileExistsAsync.
GetFilesCompletedEventArgs Used for arguments for GetFilesAsync.
IsolatedStorageSaveDevice An implementation of ISaveDevice utilizing IsolatedStorage for Windows Phone. Given that this is an ISaveDevice, all of our methods still have a container name for compatibility, but that parameter is simply ignored by the implementation since there is no concept of a container within IsolatedStorage.
IsolatedStorageSaveDevice.FileOperationState State object used for our operations.
PlayerSaveDevice A SaveDevice used for saving player-specific data.
SaveDevice
SaveDevice.FileOperationState State object used for our operations.
SaveDeviceEventArgs Event arguments for the SaveDevice class.
SaveDevicePromptEventArgs Event arguments for the SaveDevice after a MessageBox prompt has been closed.
SharedSaveDevice A SaveDevice used for non player-specific saving of data.
StorageManager
StorageSettings Used to access settings for EasyStorage.
Strings