FileSystem
Description
- Derived from
-
Disposable abstract
IFileSystem - Extended by
-
HttpFileSystem sealed
LocalFileSystem sealed
MemoryFileSystem sealed
VirtualFileSystem sealed
Abstract base class for IFileSystem implementations.
The FileSystem class maintains a global list of the instances of its subclasses: using the constructor will add the new object to that list.
Public / Constructors
Protected / Constructors
FileSystem
Creates a new instance of FileSystem.
This instance will be appended to the global list of FileSystem objects.