dimanche 11 octobre 2015

Reflection in universal windows platform (UWP) missing properties

Type t = obj.GetType();
t.IsEnum;
t.IsPrimitive;
t.IsGenericType
t.IsPublic;
t.IsNestedPublic
t.BaseType
t.IsValueType

All of the above properties are missing in UWP. How do I check for these types now?





Aucun commentaire:

Enregistrer un commentaire