Reflect.GetMethodsWithAttribute(Type, Type, Boolean) Method

Definition

public static System.Reflection.MethodInfo[] GetMethodsWithAttribute (Type fixtureType, Type attributeType, bool inherit);
static member GetMethodsWithAttribute : Type * Type * bool -> System.Reflection.MethodInfo[]

Parameters

fixtureType
Type
attributeType
Type
inherit
Boolean

Returns

Applies to