Class BaseApplication
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The base class for WPF applications.
public abstract class BaseApplication : Application, IQueryAmbient
- Inheritance
-
BaseApplication
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BaseApplication()
Initialize BaseApplication.
protected BaseApplication()
Properties
AppIcon
The application icon.
public string AppIcon { get; set; }
Property Value
CheckTargetPlatform
Whether to check the platform at start.
protected bool CheckTargetPlatform { get; set; }
Property Value
HelpCommand
Help command.
public static ICommand HelpCommand { get; }
Property Value
ProxySettings
Proxy-server settings.
public static ProxySettings ProxySettings { get; }
Property Value
ShowExceptions
To show errors on the screen or just to pass them to LogManager. By default, errors are displayed.
public bool ShowExceptions { get; set; }
Property Value
Methods
EditProxySettings(Window)
To edit the proxy settings.
public static void EditProxySettings(Window owner)
Parameters
owner
WindowParent window.
OnStartup(StartupEventArgs)
Processing the application start.
protected override void OnStartup(StartupEventArgs e)
Parameters
e
StartupEventArgsArgument.