資源簡介
HTML網頁視頻播放插件
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Diagnostics;
using?System.IO;
namespace?Player
{
????????///??
????????///?Command?的摘要說明。?
????????///? ?
????????public?class?Command
????????{
????????????private?Process?proc?=?null;
????????????///??
????????????///?構造方法?
????????????///? ?
????????????public?Command()
????????????{
????????????????proc?=?new?Process();
????????????}
????????????///??
????????????///?執行CMD語句?
????????????///? ?
????????????///?要執行的CMD命令?
????????????public?void?RunCmd(string?cmd)
????????????{
????????????????//Process?proc?=?new?Process();
????????????????proc.StartInfo.FileName?=?“cmd.exe“;
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-10-25?19:22??.vs\
?????目錄???????????0??2019-10-25?19:22??.vs\Pla
?????目錄???????????0??2019-10-25?19:26??.vs\Pla
?????文件???????51712??2019-10-25?19:40??.vs\Pla
?????目錄???????????0??2019-10-25?19:22??.vs\Pla
?????目錄???????????0??2019-10-25?19:22??.vs\Pla
?????文件???????????0??2019-10-25?19:22??.vs\Pla
?????文件????????4096??2019-10-25?19:22??.vs\Pla
?????文件???????32768??2019-10-25?19:22??.vs\Pla
?????文件??????675712??2019-10-25?19:22??.vs\Pla
?????文件????????3023??2013-04-16?11:57??Command.cs
?????目錄???????????0??2019-10-25?19:21??DLL\
?????文件??????516096??2013-04-18?13:19??DLL\IrisSkin2.dll
?????文件???????53248??2013-04-11?16:02??DLL\Microsoft.DirectX.AudioVideoPlayback.dll
?????文件??????223232??2013-04-11?16:02??DLL\Microsoft.DirectX.dll
?????文件???????12212??2013-04-18?16:23??Pla
?????文件????????8044??2013-04-18?16:23??Pla
?????文件????????5503??2013-04-18?13:23??Pla
?????文件????????6584??2013-04-18?16:23??Pla
?????文件????????1062??2019-10-25?19:26??Pla
?????文件?????????488??2013-04-18?12:37??Program.cs
?????目錄???????????0??2019-10-25?19:21??Properties\
?????文件????????1344??2013-04-11?11:37??Properties\AssemblyInfo.cs
?????文件????????4128??2013-04-18?13:23??Properties\Resources.Designer.cs
?????文件????????7327??2013-04-11?17:06??Properties\Resources.resx
?????文件????????1106??2013-04-18?13:23??Properties\Settings.Designer.cs
?????文件?????????249??2013-04-11?11:37??Properties\Settings.settings
?????目錄???????????0??2019-10-25?19:21??Resources\
?????文件?????????790??2013-04-11?17:13??Resources\1.jpg
?????文件?????????334??2013-04-11?14:23??Resources\EditBrightContrastHS.png
?????文件?????????297??2013-04-11?14:23??Resources\PauseHS.png
............此處省略44個文件信息
- 上一篇:focas2 c# 聯網測試
- 下一篇:好用的工業通信組件(支持主流PLC通信)
評論
共有 條評論