Click or drag to resize

PlatformService Class

Experimental : This class starts creates instances of running platforms. Platforms can be created either through a manifest or programatically with the PlatformOptions object.
Inheritance Hierarchy
SystemObject
  Openfin.Desktop.PlatformAPIPlatformService

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public static class PlatformService
Methods
  NameDescription
Public methodStatic memberStartPlatformAsync(String, Runtime)
Creates and starts a Platform and returns a wrapped and running Platform instance.
Public methodStatic memberStartPlatformAsync(PlatformOptions, Runtime) Obsolete.
Creates and starts a Platform and returns a wrapped and running Platform instance.
Top
See Also