MSBuildCodeMetricsReport SerializeToMemoryStream Method MSBuildCodeMetrics
Serialize this report to a new memory stream.

Namespace: MSBuildCodeMetrics.Core.XML
Assembly: MSBuildCodeMetrics.Core (in MSBuildCodeMetrics.Core.dll) Version: 0.1.4894.24375
Syntax

public MemoryStream SerializeToMemoryStream(
	bool seekToBegin
)

Parameters

seekToBegin
Type: OnlineSystem Boolean
True if you want the stream in its start position

Return Value

Type: OnlineMemoryStream
The new memory stream
See Also