Click or drag to resize
DigitalRuneVfsMountInfo Constructor
Initializes a new instance of the VfsMountInfo class.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public VfsMountInfo(
	IStorage storage,
	string mountPoint
)

Parameters

storage
Type: DigitalRune.StoragesIStorage
The storage to be mounted.
mountPoint
Type: SystemString
The path at which the storage should be mounted. Can be or empty, which is equivalent to the root directory "/" of the virtual file system.
Exceptions
ExceptionCondition
ArgumentNullExceptionstorage is .
ArgumentExceptionstorage is empty, or mountPoint is invalid.
See Also