The VirtualStreamManager type exposes the following members.

Properties

  NameDescription
Public propertyBaseDirectory
Directory to store all mapped streams
Public propertyDeleteBaseDirectoryOnDestroy
If true then all files will be deleted in object destructor; otherwise, files will be left in place. Default: true.
Public propertyOpenedStreams
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.

See Also