-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
breaking changeA change in one part of a software that potentially causes other components to failA change in one part of a software that potentially causes other components to failfeatureNew feature or requestNew feature or request
Description
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
Labels
breaking changeA change in one part of a software that potentially causes other components to failA change in one part of a software that potentially causes other components to failfeatureNew feature or requestNew feature or request