| 
            
              MemberInfoExtensions Class
             | 
          
        
        
            Defines extensions methods related to MemberInfo objects and derived types (e.g., FieldInfo,
            PropertyInfo, MethodInfo, etc.).
            
        
          
            
Inheritance Hierarchy
         
        
          SystemObject
          
  GSF.ReflectionMemberInfoExtensions
        
        Namespace: GSF.ReflectionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic static class MemberInfoExtensions
<ExtensionAttribute>
Public NotInheritable Class MemberInfoExtensions
[ExtensionAttribute]
public ref class MemberInfoExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type MemberInfoExtensions = class end
GSF.Reflection.MemberInfoExtensions = function();
Type.createClass(
	'GSF.Reflection.MemberInfoExtensions');
 View SourceThe MemberInfoExtensions type exposes the following members.
Methods|   | Name | Description | 
|---|
  | 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.
             | 
Top
See Also