Replies: 1 comment
-
I think I find a way.
|
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Preface
I disabled allowMarshaling since I'd liked to make my app compatible with NativeAOT.
And I'm trying to implement one of COM interfaces and pass it to another COM interface's method.
Code
How can I pass managed instance to unmanaged COM method?
Beta Was this translation helpful? Give feedback.
All reactions