Interface ICommandInstanceDescriptor
Describes a command instance.
Namespace: TehGM.Wolfringo.Commands.Initialization
Assembly: Wolfringo.Commands.dll
Syntax
public interface ICommandInstanceDescriptor : IEquatable<ICommandInstanceDescriptor>
Properties
| Improve this Doc View SourceAttribute
Command attribute that specifies this command.
Declaration
CommandAttributeBase Attribute { get; }
Property Value
Type | Description |
---|---|
CommandAttributeBase |
Method
Declaration
MethodInfo Method { get; }
Property Value
Type | Description |
---|---|
MethodInfo |
Remarks
Method that will be run when the command executes.