C# Class Decchi.Core.App

Inheritance: System.Windows.Application
ファイルを表示 Open project: Usagination/Decchi

Public Properties

Property Type Description
ExeDir string
ExePath string
Version System.Version

Public Methods

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

Private Methods

Method 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 method

public static CheckNewVersion ( string &url ) : bool
url string
return bool

Debug() public static method

public static Debug ( Exception exception ) : void
exception System.Exception
return void

Debug() public static method

public static Debug ( IEnumerable strs ) : void
strs IEnumerable
return void

Debug() public static method

public static Debug ( string format ) : void
format string
return void

Property Details

ExeDir public_oe static_oe property

public static string ExeDir
return string

ExePath public_oe static_oe property

public static string ExePath
return string

Version public_oe static_oe property

public static Version,System Version
return System.Version