Testing that the DllImport worked just fine.

  • Thread starter Thread starter Arnau Font
  • Start date Start date
A

Arnau Font

Hi,

I'm using a DLL and I've imported some functions. How can I check that I've
got the functions right, to avoid having a try catch the MissingMethod
exception each time I call the functions?

Thanks!

Arnau
 
Back
Top