C# Class nHydrate.DslPackage.Forms.RunningProcesses

Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

RunningProcesses() public méthode

public RunningProcesses ( ) : System
Résultat System

Update() public méthode

public Update ( string text, bool topMost, int timeout ) : void
text string
topMost bool
timeout int
Résultat void

UpdateSubText() public méthode

public UpdateSubText ( string text, string subText ) : void
text string
subText string
Résultat void

UpdateSubText() public méthode

public UpdateSubText ( string text, string subText, int progress, string windowTextAppend ) : void
text string
subText string
progress int
windowTextAppend string
Résultat void