isexportablememberinfo - eisclimber/ExPresS-XR GitHub Wiki
Method in DataGatheringHelpers
Checks if the MemberInfo is valid for data gathering. The requirements are:
- All: Must be an exportable type
- Methods: Should not be of type void nor have any parameters and have no special name (e.g. auto-generated setters).
- Property: Valid if can be read.
- Fields: No additional requirements.
public static bool IsExportableMemberInfo(MemberInfo info)| Name | Description |
|---|---|
System.Reflection.MemberInfo info |