ReusableMemoryStream::Allocate Method (Int32)

Visual Studio 2015
 

Allocates memory for the number of streams in constructorParameter.

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

protected:
virtual MemoryStream^ Allocate(
	int constructorParameter
) override

Parameters

constructorParameter
Type: System::Int32

Return Value

Type: System.IO::MemoryStream^

The stream

Return to top
Show: