SharpFS -- A Virtual FileSystem for .NET

VirtualFS Members

VirtualFS overview

Public Instance Constructors

VirtualFS Overloaded. Initializes a new instance of the VirtualFS class.

Public Instance Properties

AllowAliases Gets or sets whether aliases can be created on this filesystem.
CurrentDirectory Gets or sets the current directory for the virtual filesystem. All operations on the filesystem are relative to this directory.

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