-
Notifications
You must be signed in to change notification settings - Fork 0
ReflectionHelper Reference
Adam O'Neil edited this page Aug 23, 2021
·
1 revision
AO.Models.Static.ReflectionHelper ReflectionHelper.cs
- bool HasAttribute (this MemberInfo memberInfo)
- bool HasAttribute (this MemberInfo memberInfo, T attribute)
- T GetAttribute (this MemberInfo memberInfo)
- bool HasProperty (this Type type, string propertyName, PropertyInfo propertyInfo)
- bool Implements (this Type type, Type interfaceType)
- bool ImplementsAny (this Type type, params Type[] interfaceTypes)