Namespace: Interstellar
Assembly: Interstellar.Core.dll
Base Type:
obj
Record Field | Description |
Full Usage:
onStart
|
A function that describes the entire asynchronous lifecycle of an browser application. Once all libraries and dependencies have loaded, and the program is ready to create browser windows, this function will be called to kick off the user application's behavior. The first SynchronizationContext parameter captures the GUI thread context, which can be used to safely call IBrowserWindow methods. The second paramter is a function which can be used to instantiate browser windows for a given platform host and engine combination. |