Type.GetField Method
.NET Framework 2.0
Gets a specific field of the current Type.
| Name | Description |
|---|---|
| Type.GetField (String) | Searches for the public field with the specified name. Supported by the .NET Compact Framework. |
| Type.GetField (String, BindingFlags) | Searches for the specified field, using the specified binding constraints. Supported by the .NET Compact Framework. |