PlatformOptions Constructor |
Constructs an instance configuring a new underlying JObject
with the passed values.
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public PlatformOptions(
string name,
string uuid,
string url
)
Parameters
- name
- Type: SystemString
The name of the application. - uuid
- Type: SystemString
The UUID of the application - url
- Type: SystemString
The url for the application to load.
See Also