FileStreamFactory CreateStream Method MSBuildCodeMetrics
Creates a new file stream, associated with a new file

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

public Stream CreateStream(
	string fileName
)

Return Value

Type: OnlineStream
The new stream

Implements

IFileStreamFactory CreateStream(String)
See Also