eDriven Framework API
GetAllLoadedTypesAsignableFrom Method (type)
NamespaceseDriven.Gui.ReflectionGuiReflectorGetAllLoadedTypesAsignableFrom(Type)
eDriven Framework API
Gets all the types assignable from the supplied type (being subclasses of or implementing the given interface)
Declaration Syntax
C#Visual BasicVisual C++
public static List<Type> GetAllLoadedTypesAsignableFrom(
	Type type
)
Public Shared Function GetAllLoadedTypesAsignableFrom ( _
	type As Type _
) As List(Of Type)
public:
static List<Type^>^ GetAllLoadedTypesAsignableFrom(
	Type^ type
)
Parameters
type (Type)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)