Type::GetMember Method
.NET Framework (current version)
Gets the specified members of the current Type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetMember(String^) | Searches for the public members with the specified name. |
![]() | GetMember(String^, BindingFlags) | Searches for the specified members, using the specified binding constraints. |
![]() | GetMember(String^, MemberTypes, BindingFlags) | Searches for the specified members of the specified member type, using the specified binding constraints. |
Show:
