C# 클래스 Decchi.Core.App

상속: System.Windows.Application
파일 보기 프로젝트 열기: Usagination/Decchi

공개 프로퍼티들

프로퍼티 타입 설명
ExeDir string
ExePath string
Version System.Version

공개 메소드들

메소드 설명
CheckNewVersion ( string &url ) : bool
Debug ( Exception exception ) : void
Debug ( IEnumerable strs ) : void
Debug ( string format ) : void

비공개 메소드들

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

메소드 상세

CheckNewVersion() 공개 정적인 메소드

public static CheckNewVersion ( string &url ) : bool
url string
리턴 bool

Debug() 공개 정적인 메소드

public static Debug ( Exception exception ) : void
exception System.Exception
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( IEnumerable strs ) : void
strs IEnumerable
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( string format ) : void
format string
리턴 void

프로퍼티 상세

ExeDir 공개적으로 정적으로 프로퍼티

public static string ExeDir
리턴 string

ExePath 공개적으로 정적으로 프로퍼티

public static string ExePath
리턴 string

Version 공개적으로 정적으로 프로퍼티

public static Version,System Version
리턴 System.Version