Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function GetTypesImplementing( _ ByVal type As Type, _ ByVal assemblyName As String _ ) As Type() |
Visual Basic (Usage) | ![]() |
---|---|
Dim type As Type Dim assemblyName As String Dim value() As Type value = ReflectionFns.GetTypesImplementing(type, assemblyName) |
C# | |
---|---|
public static Type[] GetTypesImplementing( Type type, string assemblyName ) |
C++/CLI | |
---|---|
public: static array<Type^>^ GetTypesImplementing( Type^ type, String^ assemblyName ) |
Parameters
- type
- assemblyName
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family