C# 클래스 Solar.App

App.xaml の相互作用ロジック
상속: System.Windows.Application
파일 보기 프로젝트 열기: deflis/OpenSolar

공개 메소드들

메소드 설명
Log ( Exception ex ) : Exception

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

비공개 메소드들

메소드 설명
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

메소드 상세

Log() 공개 정적인 메소드

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