Class Application
Information about a supported application. Immutable class.
Inheritance
System.Object
Application
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Application
Constructors
Application(String, String)
Create application.
Declaration
public Application(string aid, string label)
Parameters
Type | Name | Description |
---|---|---|
System.String | aid | |
System.String | label |
Properties
Aid
Application identifier.
Declaration
public string Aid { get; }
Property Value
Type | Description |
---|---|
System.String |
ApplicationLabel
Contains the application label of the currently used application.
Declaration
public string ApplicationLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()