Table of Contents

Class CommandHandlerAttribute

Namespace
Gemini.Framework.Commands
Assembly
Gemini.dll

Represents an attribute to export an ICommandHandler implementation.

[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class)]
public class CommandHandlerAttribute : ExportAttribute, _Attribute
Inheritance
CommandHandlerAttribute
Implements
Inherited Members

Constructors

CommandHandlerAttribute()

Initializes a new instance of the CommandHandlerAttribute class.

public CommandHandlerAttribute()