Skip to content

Add TypeFinder class to find subtypes that implement the contract #14

@DevD4v3

Description

@DevD4v3

This class allows to search for the subtypes that implement the contract from a plug-in.
It contains only one method:

public static class TypeFinder
{
   static IEnumerable<TSupertype> FindSubtypesOf<TSupertype>();
}

This method will search for classes that implement the contract specified by TSupertype (a generic parameter) and returns the instances that implement the contract.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeA change in one part of a software that potentially causes other components to failfeatureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions