C# 클래스 QC2DXLuaScriptPacker.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: NexusEast/QC2dxLua_Packer

공개 메소드들

메소드 설명
DeleteADirectory ( string strPath ) : bool

解决删除目录提示:System.IO.IOException: 目录不是空的。 删除一个目录,先遍历删除其下所有文件和目录(递归)

Form1 ( ) : System
GetCMDOutString ( string path, string arguments ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
FindFile ( string FoldPath, string filter ) : void
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReadData ( ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
copySelectedFileToTempDir ( ) : void
deleteTmpFiles ( string strPath ) : void
getPath ( ) : string
label3_Click ( object sender, EventArgs e ) : void
listView1_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
parseParams ( string src, string param ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : void
textBox2_TextChanged ( object sender, EventArgs e ) : void
writeSonfigToFile ( ) : void

메소드 상세

DeleteADirectory() 공개 정적인 메소드

解决删除目录提示:System.IO.IOException: 目录不是空的。 删除一个目录,先遍历删除其下所有文件和目录(递归)
public static DeleteADirectory ( string strPath ) : bool
strPath string 绝对路径
리턴 bool

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

GetCMDOutString() 공개 정적인 메소드

public static GetCMDOutString ( string path, string arguments ) : string
path string
arguments string
리턴 string