Click or drag to resize

ExternalApplication Class

An object representing an External Application.

Allows the developer to listen to the events raised when an External Application connects/disconnects from the runtime or whe it's started

Inheritance Hierarchy
SystemObject
  Openfin.DesktopExternalApplication

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public sealed class ExternalApplication : IOpenfinEntity, 
	IDisposable

The ExternalApplication type exposes the following members.

Properties
  NameDescription
Public propertyIsConnected
Gets the connection status if ExternalApplication is wrapped around OpenFin application
Public propertyParent
The Parent Entity which launched or is monitoring the External Application.
Public propertyRuntime
Gets the Runtime that created the Application.
Public propertyUuid
Gets the UUID of the Application.
Top
Methods
  NameDescription
Public methodDispose
Dispose the current application instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventConnected
Occurs when an external application connects to the runtime.
Public eventDisconnected
Occurs when the external application is disconnected from the runtime.
Public eventExited
Occurs when the external application has exited.
Public eventStarted
Occurs when the external application is started.
Top
See Also