The VirtualStreamManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
BaseDirectory |
Directory to store all mapped streams
| |
DeleteBaseDirectoryOnDestroy |
If true then all files will be deleted in object destructor; otherwise, files will be left in place.
Default: true.
| |
OpenedStreams |
Returns collection of open streams. Unit test methods should verify if there are open streams
before disposing VirtualStreamManager, since destructor will close these streams
automaticaly and code error can be hidden.
|