Method | Description | |
---|---|---|
GetFieldInfosIncludingBaseClasses ( |
Returns all the fields of a type, working around a weird reflection issue where explicitly declared fields in base classes are returned, but not automatic property backing fields.
|
public static GetFieldInfosIncludingBaseClasses ( |
||
type | Type whose fields will be returned | |
bindingFlags | BindingFlags | Binding flags to use when querying the fields |
return | System.Reflection.FieldInfo[] |