MemoryFileSystemProvider Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
A file system provider which stores all the data in memory. All the file system provider data are deleted at the latest when the application process exits.
Syntax
public sealed class MemoryFileSystemProvider : FileSystemProvider, IDisposable
Implements
Inherited Members
Remarks
Memory
Constructors
Name | Description |
---|---|
Memory |
Initializes a new instance of the Memory |
Memory |
Initializes a new instance of the Memory |
Properties
Name | Description |
---|---|
Root | Gets the root directory of this instance. |
Methods
Name | Description |
---|---|
Create |
Creates a child file system with the root path of |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting resources.
Inherited from File |
Dispose(Boolean) | Releases the resources used by the File |