Click or drag to resize

ProjectGeneratorGenerateProject Method

Generates a Visual Studio C# project from the extension project object

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static List<LogMessage> GenerateProject(
	Project project,
	string outputPath,
	out string filename
)

Parameters

project
Type: Hummingbird.TestFramework.ExtensionProjectProject
The Extension Project.
outputPath
Type: SystemString
The output Path.
filename
Type: SystemString
The filename of the project file (*.csproj)

Return Value

Type: ListLogMessage
A list of LogMessage represents information and error messages during project generation.
See Also