C# 클래스 TLBOT.DataManager.Extensions

파일 보기 프로젝트 열기: marcussacana/TLBOT

공개 메소드들

메소드 설명
Escape ( string String ) : string
IsDialogue ( string String, int? Caution = null ) : bool
TimeoutStart ( Thread Thread, int Milliseconds ) : void
Translate ( Form Form, string TargetLanguage, Translator Client ) : void
Unescape ( string String ) : string
WaitForExit ( Thread Thread ) : void

비공개 메소드들

메소드 설명
AppendArray ( Array Array, Item ) : T[]
AppendArray ( Array Array, Array Items ) : T[]
GetControlHierarchy ( Control root ) : IEnumerable
IsRunning ( Thread Thread ) : bool
PercentOf ( string String, int Value ) : double
Translate ( string String, string SourceLanguage, string TargetLanguage, Translator Client ) : string
TranslateMassive ( Array Strings, string SourceLanguage, string TargetLanguage, Translator Client ) : string[]
TranslateMultithread ( Array Strings, string SourceLanguage, string TargetLanguage, Translator Client, Action ProgressChanged = null ) : string[]

메소드 상세

Escape() 공개 정적인 메소드

public static Escape ( string String ) : string
String string
리턴 string

IsDialogue() 공개 정적인 메소드

public static IsDialogue ( string String, int? Caution = null ) : bool
String string
Caution int?
리턴 bool

TimeoutStart() 공개 정적인 메소드

public static TimeoutStart ( Thread Thread, int Milliseconds ) : void
Thread Thread
Milliseconds int
리턴 void

Translate() 공개 정적인 메소드

public static Translate ( Form Form, string TargetLanguage, Translator Client ) : void
Form Form
TargetLanguage string
Client Translator
리턴 void

Unescape() 공개 정적인 메소드

public static Unescape ( string String ) : string
String string
리턴 string

WaitForExit() 공개 정적인 메소드

public static WaitForExit ( Thread Thread ) : void
Thread Thread
리턴 void