Type::GetField Method
.NET Framework (current version)
Gets a specific field of the current Type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetField(String^) | Searches for the public field with the specified name. |
![]() | GetField(String^, BindingFlags) | Searches for the specified field, using the specified binding constraints. |
Show:
