On Wed Jun 18 11:30:47 2025 +0000, Rémi Bernon wrote:
For instance something like that doesn't work, monodis asserts and ILSpy fails to resolve the method parameter types:
[ contract(Windows.Foundation.UniversalApiContract, 1.0), uuid(11111111-2222-3333-4444-555555555555), ] interface IWineInterface : IInspectable { void WineMethod([in] IUnknown *param); };
Sure this should probably be generalized. I didn't get to imported types yet.