文件名称:InteropDotNet:适用于.NET的跨平台AnyCPU PInvoke
文件大小:51KB
文件格式:ZIP
更新时间:2024-02-26 01:14:26
c-sharp dotnet pinvoke interop native-libraries
互联网络 该库使您可以使用本机库。 如果要构建具有MS.NET/Mono支持的AnyCPU程序集,则带有DllImport属性的标准方法可能会很不方便。 InteropRuntimeImplementer类可以使用本机方法的目标签名生成接口的实现。 例如,让我们使用函数int sum(int a, int b) { return a + b; }创建一个本地库( NativeLib ) int sum(int a, int b) { return a + b; } int sum(int a, int b) { return a + b; } ,并以四种配置(Windows / Unix,x
【文件预览】:
InteropDotNet-master
----InteropDotNet()
--------RuntimeDllImportAttribute.cs(884B)
--------UnixLibraryLoaderLogic.cs(4KB)
--------SystemManager.cs(1KB)
--------Properties()
--------LibraryLoader.cs(6KB)
--------WindowsLibraryLoaderLogic.cs(5KB)
--------InteropDotNet.csproj(2KB)
--------InteropRuntimeImplementer.cs(17KB)
--------ILibraryLoaderLogic.cs(495B)
--------LibraryLoaderTrace.cs(2KB)
----InteropDotNet.png(7KB)
----InteropDotNet.nuspec(1KB)
----Sample()
--------ManagedApplication()
--------NativeLib()
----LICENSE.md(1KB)
----README.md(3KB)
----InteropDotNet.sln(1KB)
----.gitignore(3KB)