C# Class BlockStudio.Project.BlockStudioProjectService

Afficher le fichier Open project: LawrenceBotley/EthereumRpc-NET Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Watcher_Created ( object sender, FileSystemEventArgs e ) : void

Method Details

AddFile() public méthode

public AddFile ( FileInfo fileInfo, SolcProjectFileType solcProjectFileType ) : void
fileInfo System.IO.FileInfo
solcProjectFileType SolcProjectFileType
Résultat void

BlockStudioProjectService() public méthode

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
Résultat System

EstimateGas() public méthode

public EstimateGas ( ) : void
Résultat void

GetFile() public méthode

public GetFile ( SolcProjectFileType solcProjectFileType ) : SolcProjectFile
solcProjectFileType SolcProjectFileType
Résultat SolcProjectFile

WaitForFile() public méthode

public WaitForFile ( FileInfo fileInfo ) : string
fileInfo System.IO.FileInfo
Résultat string