Method | Description | |
---|---|---|
ApplicationDataPath ( ) : string | ||
CanCreateFile ( string dir ) : bool | ||
ConfigureApp ( |
||
HandleUnhandledException ( object exception, bool exitProgram ) : void | ||
OnExitApp ( |
Method | Description | |
---|---|---|
BackgroundThreadUnhandledException ( object sender, |
||
ConfigureHandlingUnhandledExceptions ( ) : void | ||
ConfigureLogging ( ) : void | ||
LogMemoryUsageAndInfos ( object state ) : void | ||
WPFUIThreadException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void |
public static CanCreateFile ( string dir ) : bool | ||
dir | string | |
return | bool |
public ConfigureApp ( |
||
app | ||
appName | string | |
return | void |
public HandleUnhandledException ( object exception, bool exitProgram ) : void | ||
exception | object | |
exitProgram | bool | |
return | void |
public OnExitApp ( |
||
app | ||
return | void |