InteropDotNet:适用于.NET的跨平台AnyCPU PInvoke 源码
互联网络 该库使您可以使用本机库。 如果要构建具有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.zip
(预估有个26文件)
InteropDotNet-master
InteropDotNet
RuntimeDllImportAttribute.cs
884B
UnixLibraryLoaderLogic.cs
4KB
SystemManager.cs
1KB
Properties
AssemblyInfo.cs
572B
LibraryLoader.cs
6KB
WindowsLibraryLoaderLogic.cs
5KB
InteropDotNet.csproj
2KB
暂无评论