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

资源简介

Call Dm from net

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;

namespace CShapDM
{
    /// 
    /// 大漠插件C#免注册调用类
    /// 本模块必须包含dmc.dll 实现不用注册dm.dll 到系统可以动态调用
    /// 

    class CDmSoft : IDisposable
    {
        
        #region import DLL 函数
        [DllImport(“dmc.dll“CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
        public static extern IntPtr CreateDM(string dmpath);

        [DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
        public static extern int FreeDM();

        [DllImport(“dmc.dll“ CharSet = CharSet.Unicode CallingConvention = CallingConvention.StdCall)]
        public static extern st

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     823296  2013-06-04 14:18  dm.dll

     文件     390656  2018-05-28 13:25  dmc.dll

     文件     109231  2013-06-04 20:23  CDmSoft.cs

----------- ---------  ---------- -----  ----

              1323183                    3


评论

共有 条评论