Click or drag to resize

PlatformPlatformWindows Property

The windows and views that are created when the platform is started and refreshed when snapshots are applied.

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Dictionary<Window, IEnumerable<PlatformView>> PlatformWindows { get; }

Property Value

Type: DictionaryWindow, IEnumerablePlatformView
See Also