Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    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 Source

    Descriptor

    Descriptor of the handler.

    Declaration
    ICommandHandlerDescriptor Descriptor { get; }
    Property Value
    Type Description
    ICommandHandlerDescriptor
    | Improve this Doc View Source

    HandlerInstance

    Initialized instance of the handler.

    Declaration
    object HandlerInstance { get; }
    Property Value
    Type Description
    System.Object