Search Results for

    Show / Hide Table of Contents

    Class TypeFinder

    Represents a type finder for plugins loaded by PluginLoader.

    Inheritance
    Object
    TypeFinder
    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 TypeFinder

    Methods

    Name Description
    FindSubtypesOf<TSupertype>()

    Finds subtypes that implement the contract specified by TSupertype using the assemblies loaded by PluginLoader.

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