• 大小: 12.30M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  大漠  

资源简介

大漠调用

资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论