◆ FindAllPublicAndPrivateMembersInObjectsTypeAndBaseTypes()

static List<MemberInfo> FindAllPublicAndPrivateMembersInObjectsTypeAndBaseTypes ( object  instance,
MemberTypes  memerTypesToInclude = MemberTypes.Field | MemberTypes.Method | MemberTypes.Property 
)
static
Parameters
instanceobject whose type will be analyzed
memerTypesToIncludeBy default this function will return all fields,properties, and methods it find. Use this parameter to limit the MemberTypes included in the results.
Returns
a list of all MemberInfo's found

References TypeExtension.FindAllPublicAndPrivateMembersInTypeAndBaseTypes().

Referenced by MemberInfoExtension.FindMemberByName().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: