CabApplication Generic Class

Defines the CabApplication as an application having a well known lifecycle and a root WorkItem instance providing the scope for the application.

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

Syntax

'Declaration
Public MustInherit Class CabApplication(Of TWorkItem)
'Usage
Dim instance As CabApplication(Of TWorkItem)
public abstract class CabApplication<TWorkItem>
generic<typename TWorkItem>
public ref class CabApplication abstract
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

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

CabApplication Members
Microsoft.Practices.CompositeUI Namespace