isexportablememberinfo - eisclimber/ExPresS-XR GitHub Wiki

DataGatheringHelpers.IsExportableMemberInfo(MemberInfo)

Method in DataGatheringHelpers

Summary

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)

Parameters

Name Description
System.Reflection.MemberInfo info
⚠️ **GitHub.com Fallback** ⚠️