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 SourceCallEntryPoints()
Call all enabled entry points in the framework
Declaration
public static void CallEntryPoints()
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> |