C# Class nHydrate.DslPackage.Forms.RunningProcesses

Mostrar archivo Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
RunningProcesses ( ) : System
Update ( string text, bool topMost, int timeout ) : void
UpdateSubText ( string text, string subText ) : void
UpdateSubText ( string text, string subText, int progress, string windowTextAppend ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

TruncatePathForDisplay ( string text, int Width, System font, System FormatFlags ) : string
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

RunningProcesses() public method

public RunningProcesses ( ) : System
return System

Update() public method

public Update ( string text, bool topMost, int timeout ) : void
text string
topMost bool
timeout int
return void

UpdateSubText() public method

public UpdateSubText ( string text, string subText ) : void
text string
subText string
return void

UpdateSubText() public method

public UpdateSubText ( string text, string subText, int progress, string windowTextAppend ) : void
text string
subText string
progress int
windowTextAppend string
return void