Class FrameworkApplication
public abstract class FrameworkApplication : Application, IQueryAmbient
- Inheritance
-
FrameworkApplication
- Implements
- Inherited Members
Constructors
FrameworkApplication()
public FrameworkApplication()
Methods
CreateDefaultCulture()
protected virtual CultureInfo CreateDefaultCulture()
Returns
InitFrameworkAsync(string[])
protected abstract Task<Root> InitFrameworkAsync(string[] args)
Parameters
argsstring[]
Returns
OnExit(ExitEventArgs)
Raises the Exit event.
protected override void OnExit(ExitEventArgs e)
Parameters
eExitEventArgsAn ExitEventArgs that contains the event data.
OnStartup(StartupEventArgs)
Raises the Startup event.
protected override void OnStartup(StartupEventArgs e)
Parameters
eStartupEventArgsA StartupEventArgs that contains the event data.