◆ FindMemberByName()

static MemberInfo FindMemberByName ( object  instance,
string  name 
)
static
Parameters
instanceobject who's type will be checked for the specified member. May not be null.
namename in code of the member to find.
Returns
MemberInfo that indicates which member of the object has the provided name.

References TypeExtension.FindAllPublicAndPrivateMembersInObjectsTypeAndBaseTypes().

Referenced by ExposedMember.ExposedMember().

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