Click or drag to resize

MemberReferenceUtil Class

Extension methods for MemberReference.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesMemberReferenceUtil

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

The MemberReferenceUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCategory
Get the category name (field, method, etc).
Public methodStatic memberGetFullName
Get the full name of the type or member, including the namespace name.
Top
See Also