eDriven Framework API
Gets all the types decorated with specified attribute

Declaration Syntax
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)