dss-extensions / dss_sharp

C#/.NET bindings for DSS C-API, an unofficial implementation of OpenDSS with a custom API in plain C, new features and API extensions.
https://dss-extensions.org/dss_sharp/
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Expose for COM interop #7

Closed PMeira closed 2 years ago

PMeira commented 5 years ago

Exposing a C# assembly as a COM module is easy, although some extra steps are needed to make dss_sharp better for COM usage.

PMeira commented 2 years ago

As of 2022, if we need a COM implementation, it's probably better to expose it directly in DSS C-API.