Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
GetSanitizedFieldInfoForFieldOrProperty ( |
||
IndexerFilter ( |
||
NonBackingFieldFilter ( |
public GetFields ( |
||
type | ||
flags | BindingFlags | |
return | IEnumerable |
public GetFieldsAndProperties ( |
||
type | ||
flags | BindingFlags | |
return | IEnumerable |
public GetFieldsAndProperties ( |
||
type | ||
return | List |
public IsHarvestable ( |
||
type | ||
return | bool |
public SanitizeFieldName ( string fieldName ) : string | ||
fieldName | string | |
return | string |