Type.GetMembers Method
.NET Framework 2.0
Gets the members (properties, methods, fields, events, and so on) of the current Type.
| Name | Description |
|---|---|
| Type.GetMembers () | Returns all the public members of the current Type. Supported by the .NET Compact Framework. |
| Type.GetMembers (BindingFlags) | When overridden in a derived class, searches for the members defined for the current Type, using the specified binding constraints. Supported by the .NET Compact Framework. |