Search Results for

    Show / Hide Table of Contents

    Class FrameworkEntryPointController

    Controller to call all framework entry points

    Inheritance
    System.Object
    FrameworkEntryPointController
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Base
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public static class FrameworkEntryPointController

    Methods

    | Improve this Doc View Source

    CallEntryPoints()

    Call all enabled entry points in the framework

    Declaration
    public static void CallEntryPoints()
    | Improve this Doc View Source

    GetLoadableTypes(Assembly)

    get only loadable types

    Declaration
    public static IEnumerable<Type> GetLoadableTypes(this Assembly assembly)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Type>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx