'Declaration
Public Shared Function GetFields( _ ByVal type As System.Type, _ ByVal included As FieldTypeMask, _ ByVal excluded As FieldTypeMask, _ ByVal declaredOnly As System.Boolean _ ) As System.Collections.Generic.List(Of FieldInfo)
'Usage
Dim type As System.Type Dim included As FieldTypeMask Dim excluded As FieldTypeMask Dim declaredOnly As System.Boolean Dim value As System.Collections.Generic.List(Of FieldInfo) value = NReflector.GetFields(type, included, excluded, declaredOnly)
public static System.Collections.Generic.List<FieldInfo> GetFields( System.Type type, FieldTypeMask included, FieldTypeMask excluded, System.bool declaredOnly )
Parameters
- type
- included
- excluded
- declaredOnly