Skip to content

Basic SWIG+CSharp demo

Latest
Compare
Choose a tag to compare
@OlegJakushkin OlegJakushkin released this 08 Oct 13:35
· 72 commits to master since this release

C++ code includes:

  • Shared pointers
  • Virtual functions

SWIG file includes:

  • How to allow use of shared_ptr's
  • How to allow Inheritance

CSharp demo includes:

  • Events/Delegates
  • Inheritance
  • How to make shared_ptr based CSharp object die with C++ object
  • Tests