Table of Contents

Class CommandDefinitionAttribute

Namespace
Gemini.Framework.Commands
Assembly
Gemini.dll

Represents an attribute to export an instance of a CommandDefinitionBase.

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

Constructors

CommandDefinitionAttribute()

Initializes a new instance of the CommandDefinitionAttribute class.

public CommandDefinitionAttribute()