C# Class Solar.App

App.xaml の相互作用ロジック
Inheritance: System.Windows.Application
ファイルを表示 Open project: deflis/OpenSolar

Public Methods

Method Description
Log ( Exception ex ) : Exception

指定した例外を Solar.slexc へ書きだします。

Private Methods

Method Description
Application_SessionEnding ( object sender, System.Windows.SessionEndingCancelEventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
CheckUpdates ( bool isAutomatic ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
SetForegroundWindow ( IntPtr hWnd ) : IntPtr

Method Details

Log() public static method

指定した例外を Solar.slexc へ書きだします。
public static Log ( Exception ex ) : Exception
ex System.Exception 発生した例外。
return System.Exception