eDriven Framework API
GetClassAttributes<(Of <(<'T>)>)> Method (type, inherit)
NamespaceseDriven.Core.ReflectionCoreReflectorGetClassAttributes<(Of <<'(T>)>>)(Type, Boolean)
eDriven Framework API
Gets all the attributes of the specified type
Declaration Syntax
C#Visual BasicVisual C++
public static List<T> GetClassAttributes<T>(
	Type type,
	bool inherit = true
)
Public Shared Function GetClassAttributes(Of T) ( _
	type As Type, _
	Optional inherit As Boolean = True _
) As List(Of T)
public:
generic<typename T>
static List<T>^ GetClassAttributes(
	Type^ type, 
	bool inherit = true
)
Generic Template Parameters
T
Parameters
type (Type)
inherit (Boolean) (Optional)
Return Value

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