BaseApplication

StockSharp.Xaml

Die Basisklasse für WPF-Anwendungen.

Erbt von: Application

Konstruktoren

BaseApplication
protected BaseApplication()
baseApplication = BaseApplication()

Initialisieren Sie BaseApplication.

Eigenschaften

AppIcon
public string AppIcon { get; set; }
value = baseApplication.AppIcon
baseApplication.AppIcon = value

Das Icon der Anwendung.

CheckTargetPlatform
protected bool CheckTargetPlatform { get; set; }
value = baseApplication.CheckTargetPlatform
baseApplication.CheckTargetPlatform = value

Ob Sie die Plattform beim Start überprüfen sollten.

FileSystem
protected static IFileSystem FileSystem { get; }
value = BaseApplication.FileSystem

Dateisystem.

HelpCommand
public static ICommand HelpCommand { get; }
value = BaseApplication.HelpCommand

Hilfebefehl.

ProxySettings
public static ProxySettings ProxySettings { get; private set; }
value = BaseApplication.ProxySettings
BaseApplication.ProxySettings = value

Proxy-Server-Einstellungen.

ShowExceptions
public bool ShowExceptions { get; set; }
value = baseApplication.ShowExceptions
baseApplication.ShowExceptions = value

Um Fehler auf dem Bildschirm anzuzeigen oder einfach an LogManager zu übergeben. Standardmäßig werden Fehler angezeigt.

Methoden

EditProxySettings
public static void EditProxySettings(Window owner)
BaseApplication.EditProxySettings(owner)

Um die Proxy-Einstellungen zu bearbeiten.

owner
Elternfenster.
OnStartup
protected override void OnStartup(StartupEventArgs e)
baseApplication.OnStartup(e)

Bearbeitung des Bewerbungsstarts.

e
Argument.