4
Answers

The equivalent of __stdcall in C#

I’m using PowerBuilder and usually  in C++ I’m using  __stdcall as part of the declaration of functions so I can use the DLL function from PowerBuilder. Can it be done in C# DLL or what is the equivalent in C# COM?

Answers (4)