SharpFS -- A Virtual FileSystem for .NET

FileManager Members

FileManager overview

Public Instance Constructors

FileManager Constructor Creates a new file manager.

Public Instance Properties

FileSystem Gets the filesystem that this file manager is using to resolve paths.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FinishOverloaded. Forces the caller to wait until a request has completed.
GetExceptionThrown Returns the exception that was thrown while trying to load a file, or null if no exception occurred.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetStreamOverloaded. Returns a stream that allows the client to access file data.
GetType (inherited from Object)Gets the Type of the current instance.
IsFinished Tests whether a file request has completed.
Release Releases a file's data from memory.
RequestOverloaded. Submit a request for a file to be loaded into memory.
Requested Checks whether or not a request has been submitted for a file.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

FileManager Class | SharpFS Namespace