Click or drag to resize

MemberInfoUtil Class

Extension methods for MemberInfo.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesMemberInfoUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class MemberInfoUtil

The MemberInfoUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCategory
Get the category name (field, method, etc).
Public methodStatic memberGetCustomAttribute
Get the custom attribute with the specified name from the MemberInfo. If there are multiple attributes with the name, the first one is returned.
Public methodStatic memberGetCustomAttributes
Get all custom attributes with the specified name from the MemberInfo.
Public methodStatic memberGetFullName
Get the full name of the type or member, including the namespace name (unlike the FullName property, never returns null).
Public methodStatic memberHasCustomAttribute
Determine if the MemberInfo has a custom attribute.
Public methodStatic memberHasDynamicType
Determine if the member has a dynamic type.
Top
Fields
  NameDescription
Public fieldStatic memberDynamicAttributeName
The name of the dynamic type attribute.
Top
See Also