Class AttributeUtils
public static class AttributeUtils
- Inheritance
-
AttributeUtils
- Inherited Members
Methods
FindMethodsWithAttribute(Type, Type, BindingFlags)
public static List<MethodInfo> FindMethodsWithAttribute(Type targetClass, Type attribute, BindingFlags flags)
Parameters
targetClass
Typeattribute
Typeflags
BindingFlags
Returns
GetValue(Attribute, string)
public static object GetValue(Attribute attribute, string propertyName)