C# 클래스 AcManager.Tools.ArgumentsHandler

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
ProcessArgument ( string argument ) : Task
ProcessGoogleSpreadsheetsLocale ( string id, [ locale, bool around ) : Task
ProcessReplay ( string url, bool compressed ) : Task
ProcessRsrEvent ( string id ) : Task
ProcessRsrSetup ( string id ) : Task
ProgressRaceOnline ( NameValueCollection p ) : Task

비공개 메소드들

메소드 설명
LoadRemoveFile ( string argument, string name = null, string extension = null ) : Task
LoadRemoveFileTo ( string argument, string destination ) : Task
ProcessInputFile ( string filename ) : Task
ProcessShared ( string id ) : Task
ProcessUriRequest ( string uri ) : Task
ProcessUriRequestObsolete ( string request ) : Task
ShowDialog ( SharedEntry shared, string additionalButton = null, bool saveable = true, bool applyable = true, bool appliableWithoutSaving = true ) : Choise

Shows dialog with all information about shared entry and offers a choise to user what to do with it.

메소드 상세

ProcessArgument() 공개 메소드

public ProcessArgument ( string argument ) : Task
argument string
리턴 Task

ProcessGoogleSpreadsheetsLocale() 공개 메소드

public ProcessGoogleSpreadsheetsLocale ( string id, [ locale, bool around ) : Task
id string
locale [
around bool
리턴 Task

ProcessReplay() 공개 메소드

public ProcessReplay ( string url, bool compressed ) : Task
url string
compressed bool
리턴 Task

ProcessRsrEvent() 공개 메소드

public ProcessRsrEvent ( string id ) : Task
id string
리턴 Task

ProcessRsrSetup() 공개 메소드

public ProcessRsrSetup ( string id ) : Task
id string
리턴 Task

ProgressRaceOnline() 공개 메소드

public ProgressRaceOnline ( NameValueCollection p ) : Task
p System.Collections.Specialized.NameValueCollection
리턴 Task