Show / Hide Table of Contents

    Class CompositionAssemblyProvider

    Composes a new XploRe.Reflection.Loader.IAssemblyProvider instance from existing providers. The resulting set of candiates does not contain duplicates.
    Inheritance
    Object
    CompositionAssemblyProvider
    Implements
    IAssemblyProvider
    Namespace: XploRe.Runtime.Loader
    Assembly: XploRe.Runtime.Loader.dll
    Syntax
    public class CompositionAssemblyProvider : Object, IAssemblyProvider

    Constructors

    Name Description
    CompositionAssemblyProvider(IEnumerable<IAssemblyProvider>) Initialises a new CompositionAssemblyProvider instance based on an enumerable of providers.
    CompositionAssemblyProvider(IAssemblyProvider, IAssemblyProvider) Initialises a new CompositionAssemblyProvider instance based on two providers.

    Properties

    Name Description
    AssemblyProviders The collection of IAssemblyProvider instances this provider is composed of.

    Methods

    Name Description
    GetCandidateAssemblies()
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.