TypeGetMember Method (String) |
Searches for the public members with the specified name.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public MemberInfo[] GetMember(
string name
)
Parameters
- name
- Type: SystemString
The string containing the name of the public members to get.
Return Value
Type:
MemberInfoAn array of
MemberInfo objects representing the public members with the specified name, if found; otherwise, an empty array.
Exceptions See Also