C# 클래스 nHydrate.DslPackage.Objects.ProgressHelper

파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ProgressingComplete() 공개 정적인 메소드

public static ProgressingComplete ( string key ) : void
key string
리턴 void

ProgressingStarted() 공개 정적인 메소드

public static ProgressingStarted ( string text ) : string
text string
리턴 string

ProgressingStarted() 공개 정적인 메소드

public static ProgressingStarted ( string text, bool topMost ) : string
text string
topMost bool
리턴 string

ProgressingStarted() 공개 정적인 메소드

public static ProgressingStarted ( string text, bool topMost, int timeout ) : string
text string
topMost bool
timeout int
리턴 string

UpdateSubText() 공개 정적인 메소드

public static UpdateSubText ( string text, string subText, int progress, string windowTextAppend ) : void
text string
subText string
progress int
windowTextAppend string
리턴 void