Click or drag to resize
DigitalRuneVfsStorageMountInfos Property
Gets the storage providers mounted into the virtual file system.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public VfsMountInfoCollection MountInfos { get; }

Property Value

Type: VfsMountInfoCollection
The storage providers mounted into the virtual file system.
See Also