CabShellApplication Generic Class

Extends CabApplication to support applications with a shell.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public MustInherit Class CabShellApplication(Of TWorkItem As WorkItem, TShell)
    Inherits CabApplication(Of TWorkItem)
'Usage
Dim instance As CabShellApplication(Of TWorkItem, TShell)
public abstract class CabShellApplication<TWorkItem,TShell> : CabApplication<TWorkItem> where TWorkItem : WorkItem
generic<typename TWorkItem, typename TShell> where TWorkItem : WorkItem
public ref class CabShellApplication abstract : public CabApplication<TWorkItem>
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.

Inheritance Hierarchy

System.Object
   Microsoft.Practices.CompositeUI.CabApplication
    Microsoft.Practices.CompositeUI.CabShellApplication
       Microsoft.Practices.CompositeUI.WinForms.WindowsFormsApplication

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CabShellApplication Members
Microsoft.Practices.CompositeUI Namespace