Interface ICommandInstanceDescriptor
Describes a command instance.
Inherited Members
      System.IEquatable<TehGM.Wolfringo.Commands.Initialization.ICommandInstanceDescriptor>.Equals(TehGM.Wolfringo.Commands.Initialization.ICommandInstanceDescriptor)
    
  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 | 
|---|---|
| System.Reflection.MethodInfo | 
Remarks
Method that will be run when the command executes.
