EmbeddedViewInitialize Method |
| Name | Description | |
|---|---|---|
| Initialize(RuntimeOptions, ApplicationOptions) |
Provide the application options, this will create an OpenFin application and use the Main Window as the Embedded View.
| |
| Initialize(RuntimeOptions, Window) |
Provide the OpenFin Window object, this will embed the existing Window.
| |
| Initialize(RuntimeOptions, Application, WindowOptions) |
Provide the application instance and WindowOptions, this will create an OpenFin Window in a per application shared GPU process
|