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

    Class CommandsHandlerProviderResult

    Represents a handler search result for handler provider.

    Inheritance
    System.Object
    CommandsHandlerProviderResult
    Implements
    ICommandsHandlerProviderResult
    Namespace: TehGM.Wolfringo.Commands.Initialization
    Assembly: Wolfringo.Commands.dll
    Syntax
    public class CommandsHandlerProviderResult : ICommandsHandlerProviderResult

    Constructors

    | Improve this Doc View Source

    CommandsHandlerProviderResult(ICommandHandlerDescriptor, Object)

    Creates a new handler provider result.

    Declaration
    public CommandsHandlerProviderResult(ICommandHandlerDescriptor descriptor, object handler)
    Parameters
    Type Name Description
    ICommandHandlerDescriptor descriptor

    Descriptor of the handler.

    System.Object handler

    Initialized instance of the handler.

    Properties

    | Improve this Doc View Source

    Descriptor

    Descriptor of the handler.

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

    HandlerInstance

    Initialized instance of the handler.

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

    Implements

    ICommandsHandlerProviderResult