IReflect.GetField Method
.NET Framework 3.0
Returns the FieldInfo object that corresponds to the specified field and binding flag.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
FieldInfo GetField ( String name, BindingFlags bindingAttr )
function GetField (
name : String,
bindingAttr : BindingFlags
) : FieldInfo
Not applicable.
Parameters
- name
The name of the field to find.
- bindingAttr
The binding attributes used to control the search.
Return Value
A FieldInfo object containing the field information for the named object that meets the search constraints specified in bindingAttr.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.