C# Class Decchi.Core.App

Inheritance: System.Windows.Application
Afficher le fichier Open project: Usagination/Decchi

Méthodes publiques

Свойство Type Description
ExeDir string
ExePath string
Version System.Version

Méthodes publiques

Méthode Description
CheckNewVersion ( string &url ) : bool
Debug ( Exception exception ) : void
Debug ( IEnumerable strs ) : void
Debug ( string format ) : void

Private Methods

Méthode Description
App ( ) : System
Application_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
Application_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
GetOSInfomation ( ) : string
ShowCrashReport ( Exception exception ) : void

Method Details

CheckNewVersion() public static méthode

public static CheckNewVersion ( string &url ) : bool
url string
Résultat bool

Debug() public static méthode

public static Debug ( Exception exception ) : void
exception System.Exception
Résultat void

Debug() public static méthode

public static Debug ( IEnumerable strs ) : void
strs IEnumerable
Résultat void

Debug() public static méthode

public static Debug ( string format ) : void
format string
Résultat void

Property Details

ExeDir public_oe static_oe property

public static string ExeDir
Résultat string

ExePath public_oe static_oe property

public static string ExePath
Résultat string

Version public_oe static_oe property

public static Version,System Version
Résultat System.Version