Class ApplicationHost<T>
Base class for the application host
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Sdl.Desktop.IntegrationApi
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public abstract class ApplicationHost<T>
    where T : AbstractApplication, new()Type Parameters
| Name | Description | 
|---|---|
| T | The hosted application. | 
Constructors
ApplicationHost()
Declaration
protected ApplicationHost()Properties
Application
Gets the currently active application
Declaration
public static T Application { get; }Property Value
| Type | Description | 
|---|---|
| T |