Class TargetApp
Used to describe a targeted remote application.
Implements
Inherited Members
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public class TargetApp : Abbreviations, IComparable
Constructors
| Improve this Doc View SourceTargetApp(string, string)
Initializes a new instance of the TargetApp class.
Declaration
public TargetApp(string name, string shortName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The target app name. |
| string | shortName | The target app short name used as launch code. |
Properties
| Improve this Doc View SourceHoloMetrixHub
App-agnostic point of connection on remote device.
Declaration
public static TargetApp HoloMetrixHub { get; }
Property Value
| Type | Description |
|---|---|
| TargetApp |
Methods
| Improve this Doc View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |