NETProvider icon indicating copy to clipboard operation
NETProvider copied to clipboard

Avoid unnecessary EntryPointNotFoundException

Open fubar-coder opened this issue 2 years ago • 0 comments

This exception seems to be thrown for every statement and every client creation (CallIfExists function), which slows down the application.

I propose a workaround that remembers which action did work with the underlying native DLL.

fubar-coder avatar Dec 04 '23 17:12 fubar-coder