ReusableMemoryStream Constructor (Int32)

Visual Studio 2015
 

Constructs a new ReusableMemoryStream.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
ReusableMemoryStream(
	int maximumStreamCapacity = 2147483647
)

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.

Return to top
Show: