IdeaBlade DevForce 2010 Help Reference
GetTypesImplementing Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > ReflectionFns Class : GetTypesImplementing Method



Returns a list of all of the types in one or more assemblies that implement a specific interface or extend a specific class.

Overload List

OverloadDescription
GetTypesImplementing(Type,Assembly)  
GetTypesImplementing(Type,String)  
GetTypesImplementing(Type,IEnumerable<Assembly>) Returns a list of all of the types in one or more assemblies that implement a specific interface or extend a specific class.  
GetTypesImplementing(Type,IEnumerable<String>) Returns a list of all of the types in one or more named assemblies that implement a specific interface or extend a specific class.  
GetTypesImplementing(Type,IEnumerable<String>,Cardinality,Boolean) Returns a list of all of the types in one or more named assemblies that implement a specific interface or extend a specific class.  

Requirements

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

See Also

© 2013 All Rights Reserved.