eDriven Framework API
GetAllLoadedTypesDecoratedWith Method (attributeType, inherit)
NamespaceseDriven.Gui.ReflectionGuiReflectorGetAllLoadedTypesDecoratedWith(Type, Boolean)
eDriven Framework API
Gets all the types decorated with specified attribute
Declaration Syntax
C#Visual BasicVisual C++
public static List<Type> GetAllLoadedTypesDecoratedWith(
	Type attributeType,
	bool inherit = true
)
Public Shared Function GetAllLoadedTypesDecoratedWith ( _
	attributeType As Type, _
	Optional inherit As Boolean = True _
) As List(Of Type)
public:
static List<Type^>^ GetAllLoadedTypesDecoratedWith(
	Type^ attributeType, 
	bool inherit = true
)
Parameters
attributeType (Type)
inherit (Boolean) (Optional)
Return Value

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