.net8 使用DllImport特性,在跨平台Linux中到不到动态库的问题

如果要调用C++动态库,在window上C++动态为.dll后缀,在LinuxC++动态库为.so后缀.

那么在调用的时候可以不指定调用的后缀名

形式1:[DllImport("Detection.AlgorithmLib")]

形式2-绝对路径:[DllImport("Algorithm/Detection.AlgorithmLib")]请注意,开头不要加 斜杠 “/” 

posted @ 2024-05-11 08:49  黄立明02  阅读(126)  评论(0编辑  收藏  举报