AppBase class
小于 1 分钟
AppBase class
public abstract class AppBase : Application, IAppHostPublic Members
| name | description |
|---|---|
| static Current | 获取当前应用程序实例。 |
| MainWindow | 应用当前的主窗口 |
| abstract event AppStarted | 当应用启动时触发。 |
| abstract event AppStopping | 当应用正在停止时触发。 |
| abstract Restart() | 重启应用程序。 |
| abstract ShutDown() | 停止当前应用程序。 |
| static CurrentLifetime | 应用当前生命周期状态 |
Protected Members
| name | description |
|---|---|
| AppBase() | The default constructor. |
See Also
- interface IAppHost
- namespace neo_bpsys_wpf.Core
