◆ FindAllPublicAndPrivateMembersInTypeAndBaseTypes()

static List<MemberInfo> FindAllPublicAndPrivateMembersInTypeAndBaseTypes ( this Type  typeToSearch,
MemberTypes  memerTypesToInclude = MemberTypes.Field | MemberTypes.Method | MemberTypes.Property 
)
static
Parameters
typeToSearchtype that 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

Referenced by TypeExtension.FindAllPublicAndPrivateMembersInObjectsTypeAndBaseTypes().

+ Here is the caller graph for this function: