Click or drag to resize

GlobalStartUpInformation Property

Gets the start up information.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static List<string> StartUpInformation { get; }

Property Value

Type: ListString
The start up information.
Remarks
When Hummingbird starts, you may want to show some information after everything is loaded. for example: the extensions installed, the fatal error messages, ...
See Also