CommandAdapter Class

Defines a command adapter class, which provides the logic needed for an object to be able to invoke a Command.

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

Syntax

'Declaration
Public MustInherit Class CommandAdapter
    Implements IDisposable
'Usage
Dim instance As CommandAdapter
public abstract class CommandAdapter : IDisposable
public ref class CommandAdapter abstract : IDisposable
public abstract class CommandAdapter implements IDisposable
public abstract class CommandAdapter implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.Commands.CommandAdapter
     Microsoft.Practices.CompositeUI.Commands.EventCommandAdapter

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

CommandAdapter Members
Microsoft.Practices.CompositeUI.Commands Namespace