Type.GetFields Method
.NET Framework 3.0
Gets the fields of the current Type.
| Name | Description |
|---|---|
| Type.GetFields () | Returns all the public fields of the current Type. Supported by the .NET Compact Framework. |
| Type.GetFields (BindingFlags) | When overridden in a derived class, searches for the fields defined for the current Type, using the specified binding constraints. Supported by the .NET Compact Framework. |