Click or drag to resize
DigitalRuneVfsMountInfo Class
Defines a point where a storage is mounted into a virtual file system.
Inheritance Hierarchy
SystemObject
  DigitalRune.StoragesVfsMountInfo

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public class VfsMountInfo

The VfsMountInfo type exposes the following members.

Constructors
  NameDescription
Public methodVfsMountInfo
Initializes a new instance of the VfsMountInfo class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyMountPoint
Gets the path at which the storage is mounted into the virtual file system.
Public propertyStorage
Gets the storage that is mounted into the virtual file system.
Top
Remarks

A VfsMountInfo instance be shared among multiple VfsStorages.

The path stored in MountPoint is automatically normalized. (For example: Backward slashes '\' are changed to forward slashes '/'.)

See Also