Search Results for

    Show / Hide Table of Contents

    Class ApplicationHost<T>

    Base class for the application host

    Inheritance
    object
    ApplicationHost<T>
    SdlTradosStudio
    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()

    Declaration
    protected ApplicationHost()

    Properties

    Application

    Gets the currently active application

    Declaration
    public static T Application { get; }
    Property Value
    Type Description
    T

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ApplicationHost()
    • Properties
      • Application
    • Extension Methods
    Back to top Generated by DocFX