C# Class OSAE.OSAEUserControl

Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
OSAEUserControl ( ) : System
OSAEUserControl ( string assemblyName, string assemblyType, AppDomain domain, string location ) : System
Shutdown ( ) : bool

Private Methods

Method Description
Domain_UnhandledException ( object source, System e ) : void

Method Details

OSAEUserControl() public method

public OSAEUserControl ( ) : System
return System

OSAEUserControl() public method

public OSAEUserControl ( string assemblyName, string assemblyType, AppDomain domain, string location ) : System
assemblyName string
assemblyType string
domain System.AppDomain
location string
return System

Shutdown() public method

public Shutdown ( ) : bool
return bool