DevForce Help Reference
GetTypeImplementing Method


Interface or base type
Assemblies to load for probing
Returns the type implementing a specific interface or extending a specific class.
Syntax
'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)

Parameters

type
Interface or base type
probeAssemblyNames
Assemblies to load for probing
expectedCardinality
checkUserAssembliesIfNotFound
Requirements

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

See Also

Reference

ReflectionFns Class
ReflectionFns Members

Send Feedback