[Suggestion] Object extension/instance functions #694
Replies: 1 comment
-
It's a neat idea, but it crosses the line into an ever growing world of how we might automate the generation of a new higher level API over win32, which simply cannot be a goal. There is lots of documentation or examples out there for calling win32 apis as well, and the further we depart from the normal APIs, the more of a novel experience it will be, which may require custom documentation, samples, etc. |
Beta Was this translation helpful? Give feedback.
-
For Win32 API calls that all operate on a specific object, could this package generate code that offers extension methods, or even just add them into the class that wraps an object - take an HWND for example - so that there could be a more OO approach? I understand that this would be somewhat of a task, so it was just a suggestion. I absolutely love this generator, so anytime I can think of something to make it better, I figured I'd pitch.
Beta Was this translation helpful? Give feedback.
All reactions