Share via


Shell Class

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Console
Assembly:  EntLibConfig (in EntLibConfig.exe)

Syntax

'Declaration
Public NotInheritable Class Shell _
    Inherits Window _
    Implements IWindowsFormsEditorService, IUIServiceWpf, IUIService, IDisposable,  _
    IComponentConnector
public sealed class Shell : Window, 
    IWindowsFormsEditorService, IUIServiceWpf, IUIService, IDisposable, IComponentConnector
public ref class Shell sealed : public Window, 
    IWindowsFormsEditorService, IUIServiceWpf, IUIService, IDisposable, IComponentConnector
public final class Shell extends Window implements IWindowsFormsEditorService, IUIServiceWpf, IUIService, IDisposable, IComponentConnector

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Window
                  Microsoft.Practices.EnterpriseLibrary.Configuration.Console.Shell

See Also

Shell Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Console Namespace