SharpFS -- A Virtual FileSystem for .NET

VirtualFS Methods

The methods of the VirtualFS class are listed below. For a complete list of VirtualFS class members, see the VirtualFS Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object)Gets the Type of the current instance.
IsAlias Checks whether the given directory is an alias.
MountOverloaded. Mounts a new archive to a virtual path.
MountAlias Creates an alias in the file system.
OpenFile Opens a file in the virtual filesystem, with the given mode and access.
RegisterArchiver Register a new archiver plugin for use by the virtual filesystem.
ToString (inherited from Object)Returns a String that represents the current Object.
Unmount Unmounts all archives which have been mounted at the specified virtual path.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

VirtualFS Class | SharpFS Namespace