Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support creating IReference of any WinRT type #160

Open
tristanlabelle opened this issue Apr 17, 2024 · 0 comments
Open

support creating IReference of any WinRT type #160

tristanlabelle opened this issue Apr 17, 2024 · 0 comments

Comments

@tristanlabelle
Copy link
Contributor

right now we have an internal implementation of IPropertyValue, which is not needed now that we have the handwritten PropertyValue class. the purpose of the IPropertyValueImpl was to provide IReference support, but that is unlikely to ever be used, especially since it doesn't work in the general case.

we should implement IReference for any WinRTStruct or WinRTEnum and once we do that, we can remove a lot of the code we have generated today and just use that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant