Search Results for

    Show / Hide Table of Contents

    Class CPluginServiceCollectionExtensions

    Extension methods for adding services to an IServiceCollection.

    Inheritance
    Object
    CPluginServiceCollectionExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: CPlugin.Net
    Assembly: CPlugin.Net.dll
    Syntax
    public static class CPluginServiceCollectionExtensions

    Methods

    Name Description
    AddSubtypesOf<TSupertype>(IServiceCollection, ServiceLifetime)

    Adds the subtypes that implement the contract specified by TSupertype to the service collection, using the assemblies loaded by PluginLoader.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 CPlugin.Net