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
ILogger
public ILogService ILogger { get; }
Property Value
IServiceCollection
public IServiceCollection IServiceCollection { get; }
Property Value
Methods
App_DispatcherUnhandledException(object, DispatcherUnhandledExceptionEventArgs)
protected void App_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
Parameters
CheckInstance()
只创建一个实例
public virtual void CheckInstance()
Configure(IApplicationBuilder)
配置数据
protected virtual void Configure(IApplicationBuilder app)
Parameters
ConfigureServices(IServiceCollection)
注册服务
protected virtual void ConfigureServices(IServiceCollection services)
Parameters
services
IServiceCollection
CreateMainWindow(StartupEventArgs)
启动主窗口
protected abstract MainWindowBase CreateMainWindow(StartupEventArgs e)
Parameters
Returns
CurrentDomain_UnhandledException(object, UnhandledExceptionEventArgs)
protected void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
Parameters
sender
objecte
UnhandledExceptionEventArgs
GetVersonInfo()
protected virtual string GetVersonInfo()
Returns
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
ExitEventArgsAn ExitEventArgs that contains the event data.
OnLoginSuccess()
protected virtual void OnLoginSuccess()
OnStart(StartupEventArgs)
protected virtual void OnStart(StartupEventArgs e)
Parameters
OnStartup(StartupEventArgs)
Raises the Startup event.
protected override void OnStartup(StartupEventArgs e)
Parameters
e
StartupEventArgsA StartupEventArgs that contains the event data.
TaskScheduler_UnobservedTaskException(object, UnobservedTaskExceptionEventArgs)
异步线程抛出没有补货的异常
protected void TaskScheduler_UnobservedTaskException(object sender, UnobservedTaskExceptionEventArgs e)
Parameters
sender
objecte
UnobservedTaskExceptionEventArgs