Search Results for

    Show / Hide Table of Contents

    Class ApplicationHost<T>

    Base class for the application host

    Inheritance
    System.Object
    ApplicationHost<T>
    SdlTradosStudio
    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ApplicationHost()
    • Properties
      • Application
    • Extension Methods
    Back to top Generated by DocFX