C# Class nHydrate.DslPackage.Objects.ProgressHelper

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

Méthodes publiques

Méthode Description
ProgressingComplete ( string key ) : void
ProgressingStarted ( string text ) : string
ProgressingStarted ( string text, bool topMost ) : string
ProgressingStarted ( string text, bool topMost, int timeout ) : string
UpdateSubText ( string text, string subText, int progress, string windowTextAppend ) : void

Method Details

ProgressingComplete() public static méthode

public static ProgressingComplete ( string key ) : void
key string
Résultat void

ProgressingStarted() public static méthode

public static ProgressingStarted ( string text ) : string
text string
Résultat string

ProgressingStarted() public static méthode

public static ProgressingStarted ( string text, bool topMost ) : string
text string
topMost bool
Résultat string

ProgressingStarted() public static méthode

public static ProgressingStarted ( string text, bool topMost, int timeout ) : string
text string
topMost bool
timeout int
Résultat string

UpdateSubText() public static méthode

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