文件名称:native_under_managed_src_bin
介绍说明--下载内容均来自于网络,请自行研究使用
演示了如何将C++dll封装为C#可以调用的C++/CLI dll.-The demo project is a sample showing how to combine native C++ to C# via CLI C++.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
output
......\release
......\.......\cli_wrapper.dll
......\.......\native.dll
......\.......\native_under_managed.exe
source
......\cli_wrapper
......\...........\AssemblyInfo.cpp
......\...........\cli_wrapper.vcproj
......\...........\debug
......\...........\.....\cli_wrapper.dll
......\...........\num_dot_net.cpp
......\...........\num_dot_net.h
......\...........\num_wrapper_util.cpp
......\...........\num_wrapper_util.h
......\...........\release
......\...........\.......\cli_wrapper.dll
......\managed
......\.......\FormMain.cs
......\.......\FormMain.Designer.cs
......\.......\FormMain.resx
......\.......\managed.csproj
......\.......\Program.cs
......\.......\Properties
......\.......\..........\AssemblyInfo.cs
......\.......\..........\Resources.Designer.cs
......\.......\..........\Resources.resx
......\.......\..........\Settings.Designer.cs
......\.......\..........\Settings.settings
......\native
......\......\debug
......\......\.....\native.dll
......\......\.....\native.exp
......\......\.....\native.ilk
......\......\.....\native.lib
......\......\.....\native.pdb
......\......\native.vcproj
......\......\num_native.cpp
......\......\num_native.h
......\......\release
......\......\.......\native.dll
......\......\.......\native.exp
......\......\.......\native.lib
......\......\.......\native.pdb
......\native_under_managed.sln
clean.cmd