| VfsStorageMountInfos Property |
Gets the storage providers mounted into the virtual file system.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public VfsMountInfoCollection MountInfos { get; }
Public ReadOnly Property MountInfos As VfsMountInfoCollection
Get
public:
property VfsMountInfoCollection^ MountInfos {
VfsMountInfoCollection^ get ();
}
member MountInfos : VfsMountInfoCollection with get
Property Value
Type:
VfsMountInfoCollectionThe storage providers mounted into the virtual file system.
See Also