Метод | Описание | |
---|---|---|
GetFields ( |
We ignore all properties as they, in the end, will only point to some computated state or other fields. Hence they do not provide information about the actual state of the object.
|
|
GetFields ( |
We ignore all properties as they, in the end, will only point to some computated state or other fields. Hence they do not provide information about the actual state of the object.
|
|
GetFieldsAndProperties ( |
Returns all Membertype.Field and Membertype.Property except backing-fields
|
|
GetFieldsAndProperties ( |
||
IsHarvestable ( |
Tell if the type makes any sense to dump
|
|
SanitizeFieldName ( string fieldName ) : string |
Replaces the name of properties to remove the k__BackingField nonsense from the name.
|
Метод | Описание | |
---|---|---|
GetSanitizedFieldInfoForFieldOrProperty ( |
||
IndexerFilter ( |
||
NonBackingFieldFilter ( |
public GetFields ( |
||
type | ||
flags | BindingFlags | |
Результат | IEnumerable |
public GetFieldsAndProperties ( |
||
type | ||
flags | BindingFlags | |
Результат | IEnumerable |
public GetFieldsAndProperties ( |
||
type | ||
Результат | List |
public IsHarvestable ( |
||
type | ||
Результат | bool |
public SanitizeFieldName ( string fieldName ) : string | ||
fieldName | string | |
Результат | string |