PartDiscovery.GetTypes(Assembly) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the types to consider for MEF parts.
protected abstract System.Collections.Generic.IEnumerable<Type> GetTypes (System.Reflection.Assembly assembly);
abstract member GetTypes : System.Reflection.Assembly -> seq<Type>
Protected MustOverride Function GetTypes (assembly As Assembly) As IEnumerable(Of Type)
Parameters
- assembly
- Assembly
The assembly to read.
Returns
A sequence of types.