C# Class common.TOOL.Tools

Mostrar archivo Open project: hddevteam/luckyci

Public Properties

Property Type Description
error string
output string

Public Methods

Method Description
BuildProject ( string fileName, string args, string workDirectory, string &err, string &time ) : string

公共操作.process方法

PageSource ( System.Windows.Controls.Frame frame, string pageSource ) : string

Fram承载页面的资源加载

Private Methods

Method Description
ErrorOnDataReceived ( object Sender, DataReceivedEventArgs e ) : void

异步获取error的信息

OutPutOnDataReceived ( object Sender, DataReceivedEventArgs e ) : void

异步进行获取output的信息

process_Exited ( object Sender, EventArgs e ) : void

退出时需要进行的操作

Method Details

BuildProject() public method

公共操作.process方法
public BuildProject ( string fileName, string args, string workDirectory, string &err, string &time ) : string
fileName string 隐式运行的文件名
args string 执行的语句
workDirectory string 工程工作路径
err string
time string
return string

PageSource() public method

Fram承载页面的资源加载
public PageSource ( System.Windows.Controls.Frame frame, string pageSource ) : string
frame System.Windows.Controls.Frame
pageSource string 要加载的资源
return string

Property Details

error public_oe static_oe property

public static string error
return string

output public_oe static_oe property

public static string output
return string