Table of Contents

Namespace Tudormobile.Wpf

Classes

CommandLine

Represents the current process command line.

WpfApp

Wpf Application Container.

WpfAppBuilderExtensions

WpfApp builder extensions.

WpfApplication

Provides an enhanced implementation to encapsule a Windows Presentation Foundation (WPF) Application.

This implementation of the Application class adds a single additional override method, OnConfigureServices(IServiceCollection), that alows you to configure the dependency injection container for the application.

WpfApplicationExtensions

Extensions methods for WpfApplication.

These methods provide convienience methods for configuring the WpfApplication instance in your OnConfigureServices override method as well as other common tasks.

Interfaces

IBuilder<T>

Defines a class that provides method to build an instance of an object.

ICommandLine

Represents the current process command line.

IWpfApp

Defines an interface to manage a Wpf Application.

IWpfAppBuilder

Defines a class that provides the mechanisms to configure and manage a Wpf application.

IWpfAppService

A WpfApp service.