RemoteNET
RemoteNET copied to clipboard
Add support for remote WinRT.IInspectable
When trying to read a field/property where the value is a WinRT.IInspectable we can't access the properties/methods of the original type.
The methods "As<T>()" Looks promising but my trials it threw an exception.
WinRT.IInspectable is found in WinRT.Runtime.dll.