Class ApplicationHost<T>
Base class for the application host
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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()
Base class for the application host
Declaration
protected ApplicationHost()
Properties
Application
Gets the currently active application
Declaration
public static T Application { get; }
Property Value
Type | Description |
---|---|
T |