Rather than looking for members, you should perhaps look specifically for fields. If that isn't available on the Type
in WinRT, add using System.Reflection;
and use type.GetTypeInfo()
and look on there too, as various reflection facets are moved to the type-info.