Search Results for

    Show / Hide Table of Contents

    Namespace LemonEdge.API.Core.Reflection

    Classes

    FactoryInjector

    ServiceCollectionExtensions

    Interfaces

    IFactoryInjector

    Factory Injector should be used in cases where constructors are dynamically invoked, and require the IServiceProvider in order to satisfy the arguments. Where you see ctor.Invoke(new object{ ... }), this might be a candidate for IFactoryInjector.

    In this article
    Back to top © LemonEdge Technologies. All rights reserved.