GetField Method (String, BindingFlags)
Collapse the table of content
Expand the table of content

Module.GetField Method (String, BindingFlags)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns the global field that has the specified name and binding attributes.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overridable Function GetField ( _
	name As String, _
	bindingAttr As BindingFlags _
) As FieldInfo

Parameters

name
Type: System.String
The name of the global field.
bindingAttr
Type: System.Reflection.BindingFlags
The flags used to control the search.

Return Value

Type: System.Reflection.FieldInfo
The global field that has the specified name and binding attributes, or Nothing if the field does not exist.

ExceptionCondition
ArgumentNullException

The name parameter is Nothing.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft