C# 클래스 BlockStudio.Project.BlockStudioProjectService

파일 보기 프로젝트 열기: LawrenceBotley/EthereumRpc-NET 1 사용 예제들

공개 메소드들

메소드 설명
AddFile ( FileInfo fileInfo, SolcProjectFileType solcProjectFileType ) : void
BlockStudioProjectService ( TreeView treeview, System.Windows.Forms.FlowLayoutPanel fpAbi, TextBox txtEstimatedGas, TextBox txtConsoleOut ) : System
EstimateGas ( ) : void
GetFile ( SolcProjectFileType solcProjectFileType ) : SolcProjectFile
WaitForFile ( FileInfo fileInfo ) : string

비공개 메소드들

메소드 설명
Watcher_Created ( object sender, FileSystemEventArgs e ) : void

메소드 상세

AddFile() 공개 메소드

public AddFile ( FileInfo fileInfo, SolcProjectFileType solcProjectFileType ) : void
fileInfo System.IO.FileInfo
solcProjectFileType SolcProjectFileType
리턴 void

BlockStudioProjectService() 공개 메소드

public BlockStudioProjectService ( TreeView treeview, System.Windows.Forms.FlowLayoutPanel fpAbi, TextBox txtEstimatedGas, TextBox txtConsoleOut ) : System
treeview System.Windows.Forms.TreeView
fpAbi System.Windows.Forms.FlowLayoutPanel
txtEstimatedGas System.Windows.Forms.TextBox
txtConsoleOut System.Windows.Forms.TextBox
리턴 System

EstimateGas() 공개 메소드

public EstimateGas ( ) : void
리턴 void

GetFile() 공개 메소드

public GetFile ( SolcProjectFileType solcProjectFileType ) : SolcProjectFile
solcProjectFileType SolcProjectFileType
리턴 SolcProjectFile

WaitForFile() 공개 메소드

public WaitForFile ( FileInfo fileInfo ) : string
fileInfo System.IO.FileInfo
리턴 string