Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Type::GetMember Method

 

Gets the specified members of the current Type.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetMember(String^)

Searches for the public members with the specified name.

System_CAPS_pubmethodGetMember(String^, BindingFlags)

Searches for the specified members, using the specified binding constraints.

System_CAPS_pubmethodGetMember(String^, MemberTypes, BindingFlags)

Searches for the specified members of the specified member type, using the specified binding constraints.

Return to top
Show:
© 2017 Microsoft