-
Type: Bug
-
Resolution: Community Answered
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Environment:windows10 .netframework4.6
Hello, could you please tell me how to call wiredtiu.dll via DotNet(C#), I will try to use it
[DllImport (" wiredtiger. DLL)]
Public static extern int wiredtiger_open(string home, IntPtr event_handler, string config,out intintptr connectionp);
, but the report exception shows no effect. Is it because the DLL does not support DotNet calls now