Click or drag to resize

RuntimeGetRuntimeInstance Method

Gets either an existing Runtime Object for a specific version and security realm or creates a new connection to the given version.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public static Runtime GetRuntimeInstance(
	RuntimeOptions runtimeOptions
)

Parameters

runtimeOptions
Type: Openfin.DesktopRuntimeOptions
Options object

Return Value

Type: Runtime

[Missing <returns> documentation for "M:Openfin.Desktop.Runtime.GetRuntimeInstance(Openfin.Desktop.RuntimeOptions)"]

See Also