MemoryFileSystem
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Exposes static methods for creating an in-memory file system.
public static class MemoryFileSystemInheritance: object → MemoryFileSystem
Remarks
Section titled “Remarks”The content is held by the returned FileSystem instance and never reaches a disk or any external storage. Disposing the instance releases it.
Methods
Section titled “Methods”CreateMemory()
Section titled “CreateMemory()”Creates a new, empty in-memory file system.
public static FileSystem CreateMemory()Returns
Section titled “Returns”A FileSystem object backed entirely by memory.
Remarks
Section titled “Remarks”Each call returns a separate file system, so two of them share no content. Hidden, read-only and last write time metadata are supported, as are permissions and direct stream access. Changes raise no watcher notification.