Name | Description | |
---|---|---|
![]() | IsolatedStorageDatabase Constructor | Constructor |
The following tables list the members exposed by IsolatedStorageDatabase.
Name | Description | |
---|---|---|
![]() | IsolatedStorageDatabase Constructor | Constructor |
Name | Description | |
---|---|---|
![]() | DefaultExtension | Return .bin for the Default extension (Inherited from KellermanSoftware.NinjaDatabaseLite.BaseStorageLogic) |
![]() | StorageDirectory | The directory to save to in isolated storage |
Name | Description | |
---|---|---|
![]() | CopyDirectory | Copy a directory in isolated storage |
![]() | CopyStream | Copy the source stream to the destination stream (Inherited from KellermanSoftware.NinjaDatabaseLite.BaseStorageLogic) |
![]() | CreateDirectory | Create a directory |
![]() | DeleteDirectory | Delete a directory in isolated storage |
![]() | DeleteFile | Delete a file specified by the filepath |
![]() | DirectoryExists | Returns true if the directory exists |
![]() | Dispose | Free resources |
![]() | FileExists | Returns true if the file exists |
![]() | GetDirectoryNames | Get directory names in isolated storage |
![]() | GetFileBytes | Get bytes from a file |
![]() | GetFileNames | Get FileNames in isolated storage |
![]() | SaveFileBytes | Save bytes to a file |
![]() | StreamFactory | Return a stream factory for isolated storage |