C# Class ICSharpCode.XamlDesigner.App

显示文件 Open project: jogibear9988/XamarinFormsXamlEditor

Public Properties

Property Type Description
Args string[]

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
AppDomain_CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
AppDomain_CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
App_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void
DragDropExceptionHandler_UnhandledException ( object sender, ThreadExceptionEventArgs e ) : void

Method Details

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

Property Details

Args public_oe static_oe property

public static string[] Args
return string[]