Click or drag to resize

MemberInfoUtil Methods

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
See Also