Mono Class Library: System.Reflection.Module Overview | Members

System.Reflection.Module.GetFields Overloads

The overloads of GetFields are listed below. For a list of all members, see the Module Members list.

Public Methods

GetFields() : FieldInfo[]
Returns an array whose elements reflect the global public fields that are members of the module reflected by the current instance.
GetFields(BindingFlags) : FieldInfo[]
Returns an array whose elements reflect the global fields that have the specified binding attributes, and are members of the module reflected by the current instance.