MemberInfoExtensions Class
            Defines extensions methods related to MemberInfo objects and derived types (e.g., FieldInfo,
            PropertyInfo, MethodInfo, etc.).
            
Namespace: Gemstone.Reflection.MemberInfoExtensionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public static class MemberInfoExtensions
<ExtensionAttribute>
Public NotInheritable Class MemberInfoExtensions
[ExtensionAttribute]
public ref class MemberInfoExtensions abstract sealed
Gemstone.Reflection.MemberInfoExtensions.MemberInfoExtensions = function();
Type.createClass(
	'Gemstone.Reflection.MemberInfoExtensions.MemberInfoExtensions');
- Inheritance
- Object    MemberInfoExtensions
 | AttributeExistsTMemberInfo, TAttribute | Returns a boolean flag that determines if the specified TAttribute exists. | 
| GetFriendlyClassNameTMemberInfo | Gets the friendly class name of the provided MemberInfo object, trimming generic parameters. | 
| TryGetAttributeTMemberInfo(TMemberInfo, String, Attribute) | Attempts to get the specified attribute from a MemberInfo object, returning true if it does. | 
| TryGetAttributeTMemberInfo(TMemberInfo, Type, Attribute) | Attempts to get the specified attribute from a MemberInfo object, returning true if it does. | 
| TryGetAttributeTMemberInfo, TAttribute(TMemberInfo, TAttribute) | Attempts to get the specified attribute from a MemberInfo object, returning true if it does. | 
| TryGetAttributesTMemberInfo(TMemberInfo, String, Attribute) | Attempts to get the specified attributes from a MemberInfo object, returning true if it does. | 
| TryGetAttributesTMemberInfo(TMemberInfo, Type, Attribute) | Attempts to get the specified attributes from a MemberInfo object, returning true if it does. | 
| TryGetAttributesTMemberInfo, TAttribute(TMemberInfo, TAttribute) | Attempts to get the specified attributes from a MemberInfo object, returning true if it does. |