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
    Back to top Generated by DocFX