ReusableMemoryStream Constructor (Int32)
Visual Studio 2015
Constructs a new ReusableMemoryStream.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- maximumStreamCapacity
-
Type:
System::Int32
The maximum capacity for the MemoryStream to be stored for reuse. Streams exceeding the capacity will be not be stored for reuse.
Show: