ModuleBuilder.GetFields Method (BindingFlags)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns all fields defined in the .sdata region of the portable executable (PE) file that match the specified binding flags.

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

Syntax

'Declaration
Public Overrides Function GetFields ( _
    bindingFlags As BindingFlags _
) As FieldInfo()
public override FieldInfo[] GetFields(
    BindingFlags bindingFlags
)

Parameters

Return Value

Type: array<System.Reflection.FieldInfo[]
An array of fields that match the specified flags; the array is empty if no such fields exist.

Exceptions

Exception Condition
ArgumentNullException

The name parameter is nulla null reference (Nothing in Visual Basic).

Remarks

When you emit dynamic assemblies, fields in the .sdata region of the portable executable (PE) file are defined by using the DefineInitializedData or DefineUninitializedData methods.

Important noteImportant Note:

Module-level fields cannot be retrieved until after the CreateGlobalFunctions method has been called for the module.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.