Parses the input stream and return the associated project type. The stream should point to a project file (csproj or vbproj)
Namespace: MSBuildCodeMetrics.Core.ProvidersAssembly: MSBuildCodeMetrics.Core.Providers (in MSBuildCodeMetrics.Core.Providers.dll) Version: 0.1.4894.24376
Syntax
Parameters
- st
- Type:
System.IO Stream
The stream
Return Value
Type:
the project type
See Also