0
我可以得到一個非靜態屬性沒問題(How to get properties of a class in WinRT)或c#.net中的靜態屬性,但無法弄清楚如何獲得一個靜態屬性C3 winrt中的靜態屬性。如何使用反射來獲取WinRT中的類的靜態屬性
這就是我所得到的。誰能幫忙?
Type type = typeof(ToastNotificationManager);
var typeInfo = type.GetTypeInfo();
var historyProperty = type.GetRuntimeProperty("History");
object history = historyProperty.get
property.SetValue(obj, value);
我想反映和呼籲ToastNotificationManager.History.Remove(),它僅支持在手機上(ToastNotificationManager.History)
null是靜態特殊的祕密醬,謝謝! – swinefeaster 2014-11-03 22:49:22