CountProjectsByProjectTypeProvider GetProjectType Method MSBuildCodeMetrics
Parses the input stream and return the associated project type. The stream should point to a project file (csproj or vbproj)

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

public static string GetProjectType(
	Stream st
)

Return Value

Type: OnlineString
the project type
See Also