Table of Contents

Class ApplicationBase

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public abstract class ApplicationBase : Application, IQueryAmbient
Inheritance
ApplicationBase
Implements
Inherited Members
Extension Methods

Constructors

ApplicationBase()

public ApplicationBase()

Properties

IApplicationBuilder

public IApplicationBuilder IApplicationBuilder { get; }

Property Value

IApplicationBuilder

ILogger

public ILogService ILogger { get; }

Property Value

ILogService

IServiceCollection

public IServiceCollection IServiceCollection { get; }

Property Value

IServiceCollection

Methods

App_DispatcherUnhandledException(object, DispatcherUnhandledExceptionEventArgs)

protected void App_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)

Parameters

sender object
e DispatcherUnhandledExceptionEventArgs

CheckInstance()

只创建一个实例

public virtual void CheckInstance()

Configure(IApplicationBuilder)

配置数据

protected virtual void Configure(IApplicationBuilder app)

Parameters

app IApplicationBuilder

ConfigureServices(IServiceCollection)

注册服务

protected virtual void ConfigureServices(IServiceCollection services)

Parameters

services IServiceCollection

CreateMainWindow(StartupEventArgs)

启动主窗口

protected abstract MainWindowBase CreateMainWindow(StartupEventArgs e)

Parameters

e StartupEventArgs

Returns

MainWindowBase

CurrentDomain_UnhandledException(object, UnhandledExceptionEventArgs)

protected void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)

Parameters

sender object
e UnhandledExceptionEventArgs

GetVersonInfo()

protected virtual string GetVersonInfo()

Returns

string

InitCatchExcetion()

protected virtual void InitCatchExcetion()

InitResources()

protected virtual void InitResources()

Initializeing()

初始化数据

protected virtual void Initializeing()

OnExit(ExitEventArgs)

Raises the Exit event.

protected override void OnExit(ExitEventArgs e)

Parameters

e ExitEventArgs

An ExitEventArgs that contains the event data.

OnLoginSuccess()

protected virtual void OnLoginSuccess()

OnStart(StartupEventArgs)

protected virtual void OnStart(StartupEventArgs e)

Parameters

e StartupEventArgs

OnStartup(StartupEventArgs)

Raises the Startup event.

protected override void OnStartup(StartupEventArgs e)

Parameters

e StartupEventArgs

A StartupEventArgs that contains the event data.

TaskScheduler_UnobservedTaskException(object, UnobservedTaskExceptionEventArgs)

异步线程抛出没有补货的异常

protected void TaskScheduler_UnobservedTaskException(object sender, UnobservedTaskExceptionEventArgs e)

Parameters

sender object
e UnobservedTaskExceptionEventArgs