메소드 | 설명 | |
---|---|---|
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 |
public static ProgressingComplete ( string key ) : void | ||
key | string | |
리턴 | void |
public static ProgressingStarted ( string text ) : string | ||
text | string | |
리턴 | string |
public static ProgressingStarted ( string text, bool topMost ) : string | ||
text | string | |
topMost | bool | |
리턴 | string |
public static ProgressingStarted ( string text, bool topMost, int timeout ) : string | ||
text | string | |
topMost | bool | |
timeout | int | |
리턴 | string |
public static UpdateSubText ( string text, string subText, int progress, string windowTextAppend ) : void | ||
text | string | |
subText | string | |
progress | int | |
windowTextAppend | string | |
리턴 | void |