IMethodSourceGetMethodsByAttributeT Method
Returns a collection of methods decorated with the given attribute.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
IEnumerable<MethodInfo> GetMethodsByAttribute<T>(
bool unused = false
)
where T : Attribute
- unused Boolean (Optional)
- True to return unused handlers, false to return current used handlers.
- T
IEnumerableMethodInfo