Click or drag to resize

AppIdentifier Class

[Missing <summary> documentation for "T:OpenfinDesktop.InteropAPI.AppIdentifier"]

Inheritance Hierarchy
SystemObject
  OpenfinDesktop.InteropAPIAppIdentifier

Namespace:  OpenfinDesktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public class AppIdentifier

The AppIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodAppIdentifier
Initializes a new instance of the AppIdentifier class
Top
Properties
  NameDescription
Public propertyAppId
The unique application identifier located within a specific application directory instance. An example of an appId might be 'app@sub.root'.
Public propertyDesktopAgent
The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to identify the Desktop Agent to target.
Public propertyInstanceId
An optional instance identifier, indicating that this object represents a specific instance of the application described.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also