Type.GetMember Method
.NET Framework 3.0
Gets the specified members of the current Type.
| Name | Description |
|---|---|
| Type.GetMember (String) | Searches for the public members with the specified name. Supported by the .NET Compact Framework. |
| Type.GetMember (String, BindingFlags) | Searches for the specified members, using the specified binding constraints. Supported by the .NET Compact Framework. |
| Type.GetMember (String, MemberTypes, BindingFlags) | Searches for the specified members of the specified member type, using the specified binding constraints. |