Show / Hide Table of Contents

Class TargetApp

Used to describe a targeted remote application.

Inheritance
object
Abbreviations
TargetApp
Implements
IComparable
Inherited Members
Abbreviations.Name
Abbreviations.ShortName
Abbreviations.GetAll<T>()
Abbreviations.Equals(object)
Abbreviations.CompareTo(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public class TargetApp : Abbreviations, IComparable

Constructors

| Improve this Doc View Source

TargetApp(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 Source

HoloMetrixHub

App-agnostic point of connection on remote device.

Declaration
public static TargetApp HoloMetrixHub { get; }
Property Value
Type Description
TargetApp

Methods

| Improve this Doc View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()

Implements

IComparable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX