資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO.Ports;
using?System.Threading;
using?Microsoft.Win32;
using?AxCommMonitor6x;
namespace?串口監聽
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????public?AxCommMonitor?AxC1?=?new?AxCommMonitor6x.AxCommMonitor();
????????long?dwReadTotal?=?0;
????????long?dwWriteTotal?=?0;
????????const?int?IRP_MJ_CREATE?=?0x00;
????????const?int?IRP_MJ_CLOSE?=?0x02;
????????const?int?IRP_MJ_READ?=?0x03;
????????const?int?IRP_MJ_WRITE?=?0x04;
????????const?int?IRP_MJ_DEVICE_CONTROL?=?0x0E;
????????const?int?IRP_MJ_CLEANUP
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????24216??2017-10-16?09:51??串口監聽\串口監聽\bin\Debug\串口監聽.vshost.exe
?????文件????????490??2013-03-18?17:00??串口監聽\串口監聽\bin\Debug\串口監聽.vshost.exe.manifest
?????文件??????15872??2012-03-09?15:16??串口監聽\串口監聽\bin\x86\Debug\AxInterop.CommMonitor6x.dll
?????文件??????15872??2012-03-09?18:38??串口監聽\串口監聽\bin\x86\Debug\CSharp.exe
?????文件??????26112??2012-03-09?18:38??串口監聽\串口監聽\bin\x86\Debug\CSharp.pdb
?????文件??????14328??2012-03-09?18:40??串口監聽\串口監聽\bin\x86\Debug\CSharp.vshost.exe
?????文件????????490??2009-06-11?05:14??串口監聽\串口監聽\bin\x86\Debug\CSharp.vshost.exe.manifest
?????文件??????18944??2012-03-09?18:38??串口監聽\串口監聽\bin\x86\Debug\Interop.CommMonitor6x.dll
?????文件??????15872??2017-10-16?16:11??串口監聽\串口監聽\bin\x86\Debug\WindowsFormsApplication2.exe
?????文件??????28160??2017-10-16?16:11??串口監聽\串口監聽\bin\x86\Debug\WindowsFormsApplication2.pdb
?????文件??????24224??2017-10-16?16:12??串口監聽\串口監聽\bin\x86\Debug\WindowsFormsApplication2.vshost.exe
?????文件????????490??2013-03-18?17:00??串口監聽\串口監聽\bin\x86\Debug\WindowsFormsApplication2.vshost.exe.manifest
?????文件??????14848??2017-10-16?16:42??串口監聽\串口監聽\bin\x86\Debug\串口監聽.exe
?????文件??????30208??2017-10-16?16:42??串口監聽\串口監聽\bin\x86\Debug\串口監聽.pdb
?????文件??????24224??2017-10-17?13:42??串口監聽\串口監聽\bin\x86\Debug\串口監聽.vshost.exe
?????文件????????490??2013-03-18?17:00??串口監聽\串口監聽\bin\x86\Debug\串口監聽.vshost.exe.manifest
?????文件??????12870??2017-10-16?16:42??串口監聽\串口監聽\Form1.cs
?????文件???????6798??2017-10-16?16:35??串口監聽\串口監聽\Form1.Designer.cs
?????文件???????5817??2017-10-16?11:39??串口監聽\串口監聽\Form1.resx
?????文件????????853??2017-10-16?09:50??串口監聽\串口監聽\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6725??2017-10-16?09:51??串口監聽\串口監聽\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????11606??2017-10-16?16:26??串口監聽\串口監聽\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6932??2017-10-16?14:13??串口監聽\串口監聽\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????748??2017-10-17?13:42??串口監聽\串口監聽\obj\x86\Debug\串口監聽.csproj.FileListAbsolute.txt
?????文件????????977??2017-10-16?11:39??串口監聽\串口監聽\obj\x86\Debug\串口監聽.csproj.GenerateResource.Cache
?????文件??????10761??2017-10-16?16:36??串口監聽\串口監聽\obj\x86\Debug\串口監聽.csprojResolveAssemblyReference.cache
?????文件??????14848??2017-10-16?16:42??串口監聽\串口監聽\obj\x86\Debug\串口監聽.exe
?????文件????????180??2017-10-16?16:36??串口監聽\串口監聽\obj\x86\Debug\串口監聽.Form1.resources
?????文件??????30208??2017-10-16?16:42??串口監聽\串口監聽\obj\x86\Debug\串口監聽.pdb
?????文件????????180??2017-10-16?16:36??串口監聽\串口監聽\obj\x86\Debug\串口監聽.Properties.Resources.resources
............此處省略26個文件信息
- 上一篇:調用外部的EXE文件
- 下一篇:C#收發電子郵件
評論
共有 條評論