IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > ReflectionFns Class : GetTypeImplementing Method |
'Declaration
Public Shared Function GetTypeImplementing( _ ByVal type As Type, _ ByVal probeAssemblyNames As IEnumerable(Of String), _ ByVal expectedCardinality As Cardinality, _ ByVal checkUserAssembliesIfNotFound As Boolean _ ) As Type
'Usage
Dim type As Type Dim probeAssemblyNames As IEnumerable(Of String) Dim expectedCardinality As Cardinality Dim checkUserAssembliesIfNotFound As Boolean Dim value As Type value = ReflectionFns.GetTypeImplementing(type, probeAssemblyNames, expectedCardinality, checkUserAssembliesIfNotFound)
public static Type GetTypeImplementing( Type type, IEnumerable<string> probeAssemblyNames, Cardinality expectedCardinality, bool checkUserAssembliesIfNotFound )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2