Interface ICommandsHandlerProviderResult
Represents a handler search result for handler provider.
Namespace: TehGM.Wolfringo.Commands.Initialization
Assembly: Wolfringo.Commands.dll
Syntax
public interface ICommandsHandlerProviderResult
Properties
| Improve this Doc View SourceDescriptor
Descriptor of the handler.
Declaration
ICommandHandlerDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
ICommandHandlerDescriptor |
HandlerInstance
Initialized instance of the handler.
Declaration
object HandlerInstance { get; }
Property Value
Type | Description |
---|---|
Object |