DesktopSystemGetInstalledRuntimes Method |
Gets the version numbers of all installed runtimes.
This method should be called after a connection has been established (eg. after Runtime.Connected event has been fired).
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public void GetInstalledRuntimes(
Action<string[]> callback
)
Parameters
- callback
- Type: SystemActionString
The action to be performed when the installed runtime versions are retrieved.
See Also