Click or drag to resize

DesktopSystemGetRuntimeInfoAsync Method

Gets information about the runtime

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task<RuntimeInfo> GetRuntimeInfoAsync()

Return Value

Type: TaskRuntimeInfo
A Task of RuntimeInfo
See Also