Tuesday, June 19, 2018

Can I create a native C++ class with multiple-inheritance and Marshal it to use it in C# managed code?

Is there any way to do that? Can someone give me some general pointers on how to do it? I'm aware I can simulate multiple-inheritance in C# using interfaces and extension methods. I just wanted to know if this is possible or not and how to do it.

Can I create a native C++ class with multiple-inheritance and Marshal it to use it in C# managed code? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team