Click or drag to resize

EmbeddedViewInitialize Method (RuntimeOptions, Application, WindowOptions)

Provide the application instance and WindowOptions, this will create an OpenFin Window in a per application shared GPU process

Namespace:  Openfin.WPF
Assembly:  Openfin.WPF (in Openfin.WPF.dll) Version: 17.4.0
Syntax
C#
public void Initialize(
	RuntimeOptions runtimeOptions,
	Application application,
	WindowOptions windowOptions
)

Parameters

runtimeOptions
Type: Openfin.DesktopRuntimeOptions
Runtime Options being used
application
Type: Openfin.DesktopApplication
OpenFin Application that will share the GPU Process with this window.
windowOptions
Type: Openfin.DesktopWindowOptions
Window Options for the new OpenFin Window to be created
See Also