IFileStreamFactory OpenFile Method MSBuildCodeMetrics
Open the file and return the associated file stream.

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

Stream OpenFile(
	string fileName
)

Return Value

Type: OnlineStream
The stream
See Also