Interface ITypeLoader
Application service contract for loading types.
Namespace: Kephas.Reflection
Assembly: Kephas.Core.dll
Syntax
public interface ITypeLoaderMethods
| Improve this Doc View SourceGetLoadableExportedTypes(Assembly)
Gets the loadable exported types from the provided assembly.
Declaration
IEnumerable<Type> GetLoadableExportedTypes(Assembly assembly)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Reflection.Assembly | assembly | The assembly containing the types. | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.Type> | An enumeration of types. |