Click or drag to resize

DotNetScriptTestStepBaseCompile Method

Compiles the specified code.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
public bool Compile(
	string code,
	out List<CompilerError> errors
)

Parameters

code
Type: SystemString
The code.
errors
Type: System.Collections.GenericListCompilerError
The errors.

Return Value

Type: Boolean
A Boolean value indicates if the compilation is passed. : compilation is passed, otherwise,
See Also