• 大小: 2.36M
    文件类型: .rar
    金币: 2
    下载: 7 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  c  插件  

资源简介


资源截图

代码片段和文件信息

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

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

     文件       4846  2013-06-05 14:48  03调用大漠插件\03调用大漠插件.csproj

     文件        227  2013-06-05 14:30  03调用大漠插件\03调用大漠插件.csproj.user

     文件        187  2013-06-04 14:17  03调用大漠插件\App.config

     文件      76288  2013-06-06 12:27  03调用大漠插件\bin\Debug\03调用大漠插件.exe

     文件        187  2013-06-04 14:17  03调用大漠插件\bin\Debug\03调用大漠插件.exe.config

     文件     153088  2013-06-06 12:27  03调用大漠插件\bin\Debug\03调用大漠插件.pdb

     文件      22984  2013-06-06 12:27  03调用大漠插件\bin\Debug\03调用大漠插件.vshost.exe

     文件        187  2013-06-04 14:17  03调用大漠插件\bin\Debug\03调用大漠插件.vshost.exe.config

     文件        490  2012-06-06 02:06  03调用大漠插件\bin\Debug\03调用大漠插件.vshost.exe.manifest

     文件     823296  2013-06-04 14:18  03调用大漠插件\bin\Debug\dm.dll

     文件     390656  2013-06-04 14:18  03调用大漠插件\bin\Debug\dmc.dll

     文件    1392159  2013-06-05 15:44  03调用大漠插件\bin\Debug\screenshot.png

     文件        178  2013-06-05 14:48  03调用大漠插件\bin\Debug\word.txt

     文件       2252  2013-06-04 15:14  03调用大漠插件\bin\Debug\yuan.bmp

     文件     109231  2013-06-04 20:23  03调用大漠插件\CDmSoft.cs

     文件         60  2013-06-05 10:09  03调用大漠插件\ClassDiagram1.cd

     文件       5633  2013-06-06 12:27  03调用大漠插件\Form1.cs

     文件       8812  2013-06-06 12:27  03调用大漠插件\Form1.Designer.cs

     文件       6340  2013-06-06 12:27  03调用大漠插件\Form1.resx

     文件        402  2013-06-05 13:40  03调用大漠插件\Form2.cs

     文件       2930  2013-06-05 13:40  03调用大漠插件\Form2.Designer.cs

     文件       5817  2013-06-05 13:40  03调用大漠插件\Form2.resx

     文件        402  2013-06-05 14:45  03调用大漠插件\Form3.cs

     文件       2894  2013-06-05 14:45  03调用大漠插件\Form3.Designer.cs

     文件       5817  2013-06-05 14:45  03调用大漠插件\Form3.resx

     文件       2480  2013-06-06 12:31  03调用大漠插件\obj\Debug\03调用大漠插件.csproj.FileListAbsolute.txt

     文件       1210  2013-06-06 12:27  03调用大漠插件\obj\Debug\03调用大漠插件.csproj.GenerateResource.Cache

     文件      76288  2013-06-06 12:27  03调用大漠插件\obj\Debug\03调用大漠插件.exe

     文件     153088  2013-06-06 12:27  03调用大漠插件\obj\Debug\03调用大漠插件.pdb

     文件       1308  2013-06-04 20:10  03调用大漠插件\obj\Debug\DesignTimeResolveAssemblyReferences.cache

............此处省略30个文件信息

评论

共有 条评论