Search Results for

    Show / Hide Table of Contents

    Interface IApplicationInitializer

    Contract defining the application initializer which is executed at the application startup. Application initializers which implement this interface must be decorated with the ApplicationInitializerAttribute attribute.

    Namespace: Sdl.Desktop.IntegrationApi
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public interface IApplicationInitializer
    Examples

    Application Initializer Sample

    Methods

    Execute()

    It is executed at the application startup and implements the initializer logic

    Declaration
    void Execute()
    Examples

    Application Initializer Sample

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Methods
      • Execute()
    • Extension Methods
    Back to top Generated by DocFX