SQLite.Net-PCL
SQLite.Net-PCL copied to clipboard
Using nativeInteropSearchPath with SQLite.Interop.dll embedded resource
The SQLitePlatformWin32 constructor allows for a nativeInteropSearchPath.
I followed this guide to merge my SQLite.Interop.dll https://idmedia.no/general/including-sqlite-interop-dll-into-your-c-project/
How can I tell this constructor to use the embedded resource? From what I can see, it only allows for a physical file path which won't work in my instance.
Is there any way to achieve this?