AppIdentifier Class |
[Missing <summary> documentation for "T:OpenfinDesktop.InteropAPI.AppIdentifier"]
Namespace: OpenfinDesktop.InteropAPI
public class AppIdentifier
The AppIdentifier type exposes the following members.
Name | Description | |
---|---|---|
AppIdentifier | Initializes a new instance of the AppIdentifier class |
Name | Description | |
---|---|---|
AppId |
The unique application identifier located within a specific application directory instance. An example of an appId might be 'app@sub.root'.
| |
DesktopAgent |
The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to identify the Desktop Agent to target.
| |
InstanceId |
An optional instance identifier, indicating that this object represents a specific instance of the application described.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |