by jasper » 25 February 2023, 13:16
If you do want a C# CAPE-OPEN client, you could use the existing COM binding of course. An example (not command line driven) for a thermo property package in C# is here
which shows how to do the C#/COM binding, but it does not show how to create the Material Object, which is needed in case you want to access 3rd party thermodynamics. Here are somewhat dated unit operation examples in C#
but again, this is from the PMC side, not the PME side.