You have several options for this, including:
- Use P / Invoke to invoke a C ++ DLL from C #.
- Open the COM interface from native code and call it from C # using COM interaction .
- Write a native Windows service and call it from managed code.
- Use C ++ / CLI to write a managed library in C ++ with which you can easily reference C #.
, 4, , . ( #, .) , , , , - .