資源簡介
大漠調用
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Runtime.InteropServices;
namespace?testdm
{
????///?
????///?大漠插件C#免注冊調用類
????///?作者:清風撫斷云
????///?QQ:274838061
????///?本模塊必須包含dmc.dll?實現不用注冊dm.dll?到系統可以動態調用
????///?最新修改:2013-8-23
????///?修復vs2012?調試自動退出問題
????///?
????class?CDmSoft?:?IDisposable
????{
????????const?string?DMCNAME?=?“dmc.dll“;
????????#region?import?DLL?函數
????????[DllImport(DMCNAMECharSet?=?CharSet.Unicode?CallingConvention?=?CallingConvention.StdCall)]
????????public?static?extern?IntPtr?CreateDM(string?dmpath);
????????[DllImport(DMCNAME?CharSet?=?CharSet.Unicode?CallingConvention?=?CallingConvention.StdCall)]
????????public?static?extern?int?FreeDM();
????????[DllImport
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-03-14?11:05??C#?dm.test\
?????目錄???????????0??2019-03-14?09:48??C#?dm.test\.vs\
?????目錄???????????0??2019-03-14?09:48??C#?dm.test\.vs\testdm\
?????目錄???????????0??2019-03-14?09:48??C#?dm.test\.vs\testdm\v15\
?????文件???????41472??2019-03-14?11:05??C#?dm.test\.vs\testdm\v15\.suo
?????文件?????????187??2013-05-07?21:04??C#?dm.test\App.config
?????文件??????121785??2013-08-23?18:04??C#?dm.test\CDmSoft.cs
?????文件????????7324??2019-03-14?11:01??C#?dm.test\Form1.Designer.cs
?????文件????????1555??2019-03-14?11:01??C#?dm.test\Form1.cs
?????文件????????5817??2019-03-14?11:01??C#?dm.test\Form1.resx
?????文件?????????518??2013-05-07?21:04??C#?dm.test\Program.cs
?????目錄???????????0??2019-03-14?09:48??C#?dm.test\Properties\
?????文件????????1350??2013-05-07?21:04??C#?dm.test\Properties\AssemblyInfo.cs
?????文件????????2864??2013-05-07?21:04??C#?dm.test\Properties\Resources.Designer.cs
?????文件????????5612??2013-05-07?21:04??C#?dm.test\Properties\Resources.resx
?????文件????????1093??2013-05-07?21:04??C#?dm.test\Properties\Settings.Designer.cs
?????文件?????????249??2013-05-07?21:04??C#?dm.test\Properties\Settings.settings
?????目錄???????????0??2019-03-14?10:40??C#?dm.test\bin\
?????目錄???????????0??2019-03-14?11:05??C#?dm.test\bin\Debug\
?????文件?????4352768??2018-05-31?16:13??C#?dm.test\bin\Debug\dm.dll
?????文件??????394240??2013-05-03?19:43??C#?dm.test\bin\Debug\dmc.dll
?????文件??????823296??2013-02-02?15:22??C#?dm.test\bin\Debug\dm備份版本3.1233.dll
?????文件???????56832??2019-03-14?11:02??C#?dm.test\bin\Debug\testdm.exe
?????文件?????????187??2013-05-07?21:04??C#?dm.test\bin\Debug\testdm.exe.config
?????文件??????128512??2019-03-14?11:02??C#?dm.test\bin\Debug\testdm.pdb
?????文件???????22984??2013-08-23?18:05??C#?dm.test\bin\Debug\testdm.vshost.exe
?????文件?????????187??2013-05-07?21:04??C#?dm.test\bin\Debug\testdm.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??C#?dm.test\bin\Debug\testdm.vshost.exe.manifest
?????目錄???????????0??2019-03-14?11:02??C#?dm.test\bin\Debug\大漠插件7.1822\
?????文件???????24576??2011-10-12?15:10??C#?dm.test\bin\Debug\大漠插件7.1822\RegDll.dll
?????文件?????????398??2019-02-26?13:32??C#?dm.test\bin\Debug\大漠插件7.1822\cfg.ini
............此處省略53個文件信息
- 上一篇:圓角矩形按鈕代碼Paint
- 下一篇:ASB網上預約系統管理平臺源碼
評論
共有 條評論