IFileStreamFactory CreateStream Method MSBuildCodeMetrics
Creates a new stream for the specified file name

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

Stream CreateStream(
	string fileName
)

Parameters

fileName
Type: OnlineSystem String
The name of the file to create the stream

Return Value

Type: OnlineStream
The new stream
See Also