VECTO Input Manager
Loading...
Searching...
No Matches
VectoInputManager.Commands.TypeResolver(IServiceProvider provider) Class Referencesealed

Provides type resolution services for the Spectre.Console.Cli framework by wrapping the .NET Core dependency injection service provider. This class acts as an adapter that enables Spectre.Console command classes to receive dependencies through constructor injection by delegating resolution requests to the underlying IServiceProvider instance. More...

Inheritance diagram for VectoInputManager.Commands.TypeResolver:

Public Member Functions

object? Resolve (Type? type)

Detailed Description

Provides type resolution services for the Spectre.Console.Cli framework by wrapping the .NET Core dependency injection service provider. This class acts as an adapter that enables Spectre.Console command classes to receive dependencies through constructor injection by delegating resolution requests to the underlying IServiceProvider instance.


The documentation for this class was generated from the following file:
  • VectoInputManager/Internals/TypeResolver.cs