DevForce Help Reference
GetTypesImplementing(Type,Assembly) Method


Syntax
'Declaration
 
Public Overloads Shared Function GetTypesImplementing( _
   ByVal type As Type, _
   ByVal assembly As Assembly _
) As Type()
'Usage
 
Dim type As Type
Dim assembly As Assembly
Dim value() As Type
 
value = ReflectionFns.GetTypesImplementing(type, assembly)
public static Type[] GetTypesImplementing( 
   Type type,
   Assembly assembly
)

Parameters

type
assembly
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
Overload List

Send Feedback