Biohazrd icon indicating copy to clipboard operation
Biohazrd copied to clipboard

Inheriting from C++ classes from C# meta issue

Open PathogenDavid opened this issue 3 years ago • 0 comments

  • [ ] Exporting of protected inline https://github.com/InfectedLibraries/Biohazrd/issues/162
  • [ ] Making it easier to use protected methods correctly https://github.com/InfectedLibraries/Biohazrd/issues/105
  • [ ] Calling abstract constructors https://github.com/InfectedLibraries/Biohazrd/issues/14

The more I think about this, the more I think the only way to do this sanely will be to provide friendly C# classes to inherit from. InfectedTensorRT has ManagedLoggerBase as a proof of concept of what these classes might look like.

PathogenDavid avatar Feb 21 '21 11:02 PathogenDavid