基本信息
源码名称:Java调用C#DLL
源码大小:8.18M
文件格式:.rar
开发语言:Java
更新时间:2023-10-26
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Java调用C#DLL
该资源包含C#开发DLL源码,Java调用DLL源码,测试已通过

.
├── JavaAddC#Dll
│   ├── COMTest
│   │   ├── COMTest
│   │   │   ├── COMTest1.csproj
│   │   │   ├── COMTestClass.cs
│   │   │   ├── MyKeyFire.snk
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── COMTest.dll
│   │   │   │   │   ├── COMTest.pdb
│   │   │   │   │   └── COMTest.tlb
│   │   │   │   ├── Release
│   │   │   │   └── x64
│   │   │   │       └── Debug
│   │   │   │           ├── COMTest1.dll
│   │   │   │           ├── COMTest1.pdb
│   │   │   │           └── COMTest1.tlb
│   │   │   └── obj
│   │   │       ├── COMTest.csproj.UnmanagedRegistration.cache
│   │   │       ├── COMTest1.csproj.UnmanagedRegistration.cache
│   │   │       ├── Debug
│   │   │       │   ├── COMTest.csproj.FileListAbsolute.txt
│   │   │       │   ├── COMTest.dll
│   │   │       │   ├── COMTest.pdb
│   │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       │   └── TempPE
│   │   │       └── x64
│   │   │           └── Debug
│   │   │               ├── COMTest.csproj.FileListAbsolute.txt
│   │   │               ├── COMTest1.csproj.FileListAbsolute.txt
│   │   │               ├── COMTest1.dll
│   │   │               ├── COMTest1.pdb
│   │   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │               └── TempPE
│   │   ├── COMTest.sdf
│   │   ├── COMTest.sln
│   │   ├── COMTest.suo
│   │   ├── COMTest_Bridge
│   │   │   ├── COMTest_Bridge.cpp
│   │   │   ├── COMTest_Bridge.h
│   │   │   ├── COMTest_Bridge.vcxproj
│   │   │   ├── COMTest_Bridge.vcxproj.filters
│   │   │   ├── COMTest_Bridge.vcxproj.user
│   │   │   ├── Debug
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── COMTest_Bridge.Build.CppClean.log
│   │   │   │   ├── COMTest_Bridge.dll.intermediate.manifest
│   │   │   │   ├── COMTest_Bridge.lastbuildstate
│   │   │   │   ├── COMTest_Bridge.log
│   │   │   │   ├── COMTest_Bridge.obj
│   │   │   │   ├── COMTest_Bridge.write.1.tlog
│   │   │   │   ├── RSAENH.DLL.bi
│   │   │   │   ├── TZRES.DLL.bi
│   │   │   │   ├── cl.command.1.tlog
│   │   │   │   ├── comtest.tlh
│   │   │   │   ├── comtest.tli
│   │   │   │   ├── link.9980.read.1.tlog
│   │   │   │   ├── link.9980.write.1.tlog
│   │   │   │   ├── link.command.1.tlog
│   │   │   │   ├── link.read.1.tlog
│   │   │   │   ├── link.write.1.tlog
│   │   │   │   ├── metagen.read.1.tlog
│   │   │   │   ├── metagen.write.1.tlog
│   │   │   │   ├── mt.command.1.tlog
│   │   │   │   ├── mt.read.1.tlog
│   │   │   │   ├── mt.write.1.tlog
│   │   │   │   └── vc100.pdb
│   │   │   └── x64
│   │   │       └── Debug
│   │   │           ├── CL.read.1.tlog
│   │   │           ├── CL.write.1.tlog
│   │   │           ├── COMTest_Bridge.Build.CppClean.log
│   │   │           ├── COMTest_Bridge.dll.intermediate.manifest
│   │   │           ├── COMTest_Bridge.lastbuildstate
│   │   │           ├── COMTest_Bridge.log
│   │   │           ├── COMTest_Bridge.obj
│   │   │           ├── COMTest_Bridge.write.1.tlog
│   │   │           ├── RSAENH.DLL.bi
│   │   │           ├── TZRES.DLL.bi
│   │   │           ├── cl.command.1.tlog
│   │   │           ├── comtest1.tlh
│   │   │           ├── comtest1.tli
│   │   │           ├── link.7940.read.1.tlog
│   │   │           ├── link.7940.write.1.tlog
│   │   │           ├── link.command.1.tlog
│   │   │           ├── link.read.1.tlog
│   │   │           ├── link.write.1.tlog
│   │   │           ├── metagen.read.1.tlog
│   │   │           ├── metagen.write.1.tlog
│   │   │           ├── mt.command.1.tlog
│   │   │           ├── mt.read.1.tlog
│   │   │           ├── mt.write.1.tlog
│   │   │           └── vc100.pdb
│   │   ├── Debug
│   │   │   ├── COMTest.dll
│   │   │   ├── COMTest.tlb
│   │   │   ├── COMTest_Bridge.dll
│   │   │   ├── COMTest_Bridge.dll.metagen
│   │   │   ├── COMTest_Bridge.exp
│   │   │   ├── COMTest_Bridge.ilk
│   │   │   ├── COMTest_Bridge.lib
│   │   │   └── COMTest_Bridge.pdb
│   │   ├── ipch
│   │   │   └── comtest_bridge-bee948e1
│   │   │       └── comtest_bridge-70f23e77.ipch
│   │   └── x64
│   │       └── Debug
│   │           ├── COMTest1.dll
│   │           ├── COMTest1.tlb
│   │           ├── COMTest_Bridge.dll
│   │           ├── COMTest_Bridge.dll.metagen
│   │           ├── COMTest_Bridge.exp
│   │           ├── COMTest_Bridge.ilk
│   │           ├── COMTest_Bridge.lib
│   │           └── COMTest_Bridge.pdb
│   ├── COMTest.rar
│   ├── TestJavaAddDLL
│   │   ├── bin
│   │   │   ├── COMTest1.dll
│   │   │   ├── COMTest1.tlb
│   │   │   ├── TestJavaAddDll.jar
│   │   │   ├── jacob.jar
│   │   │   ├── jna
│   │   │   │   ├── COMTest_Start.class
│   │   │   │   └── ICOMTest_Bridge.class
│   │   │   ├── jna-4.5.1.jar
│   │   │   └── jna-platform-4.5.1.jar
│   │   └── src
│   │       └── jna
│   │           ├── COMTest_Start.java
│   │           └── ICOMTest_Bridge.java
│   └── TestJavaAddDLL.rar
└── Java调用C#DLL_JavaAddC#Dll.rar

29 directories, 107 files