I can't find anything. I want to check if type is not interface.
On WinRT, most reflection methods are accessible through TypeInfo
.
You can get a type's TypeInfo
through the GetTypeInfo
extension method, available under the System.Reflection
namespace
typeof(string).GetTypeInfo().IsInterface
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With