Click or drag to resize
DigitalRuneVfsMountInfoStorage Property
Gets the storage that is 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 IStorage Storage { get; }

Property Value

Type: IStorage
The storage that is mounted into the virtual file system.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also