标签: c# reflection windows-runtime
在运行时是否仍然确定某个类型是否为WinRT类?即如果它的WinRT然后以一种方式运行,如果它不是那么表现在另一种方式?
答案 0 :(得分:1)
来自http://blogs.msdn.com/b/ptorr/archive/2012/05/27/loading-winrt-types-via-reflection-in-windows-8.aspx
看起来您可以获取AssemblyQualifiedName,看看它是否包含ContentType=WindowsRuntime。
AssemblyQualifiedName
ContentType=WindowsRuntime