Table of Contents

Class AttributeUtils

Namespace
Steeltoe.Common.Util
Assembly
Steeltoe.Common.dll
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 Type
attribute Type
flags BindingFlags

Returns

List<MethodInfo>

GetValue(Attribute, string)

public static object GetValue(Attribute attribute, string propertyName)

Parameters

attribute Attribute
propertyName string

Returns

object