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; }
Public Shared ReadOnly Property StartUpInformation As List(Of String)
Get
public:
static property List<String^>^ StartUpInformation {
List<String^>^ get ();
}
static member StartUpInformation : List<string> with 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