C# 클래스 ODT_Launcher.Support

파일 보기 프로젝트 열기: OfficeDev/Office-IT-Pro-Deployment-Scripts

공개 메소드들

메소드 설명
CleanUp ( string installDir ) : void
FileDownloader ( string remoteFile, string localFile ) : void
GetArguments ( string args ) : List
GetCurrentOperation ( List executingTasks ) : CurrentOperation
GetExecutingScenario ( ) : string
GetOdtErrorMessage ( string loggingPath ) : string
GetOfficeCtrRegPath ( ) : string
GetQueryStringParams ( string url ) : List
GetRunningScenarioTasks ( ) : List
MinimizeWindow ( ) : void
SetLoggingPath ( string xmlFilePath, string loggingPath ) : void
WaitForOfficeCtrUpadate ( bool showStatus = false ) : void

비공개 메소드들

메소드 설명
SetAttribute ( XmlDocument xmldoc, XmlNode xmlNode, string name, string value ) : void
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

메소드 상세

CleanUp() 공개 정적인 메소드

public static CleanUp ( string installDir ) : void
installDir string
리턴 void

FileDownloader() 공개 정적인 메소드

public static FileDownloader ( string remoteFile, string localFile ) : void
remoteFile string
localFile string
리턴 void

GetArguments() 공개 정적인 메소드

public static GetArguments ( string args ) : List
args string
리턴 List

GetCurrentOperation() 공개 정적인 메소드

public static GetCurrentOperation ( List executingTasks ) : CurrentOperation
executingTasks List
리턴 CurrentOperation

GetExecutingScenario() 공개 정적인 메소드

public static GetExecutingScenario ( ) : string
리턴 string

GetOdtErrorMessage() 공개 정적인 메소드

public static GetOdtErrorMessage ( string loggingPath ) : string
loggingPath string
리턴 string

GetOfficeCtrRegPath() 공개 정적인 메소드

public static GetOfficeCtrRegPath ( ) : string
리턴 string

GetQueryStringParams() 공개 정적인 메소드

public static GetQueryStringParams ( string url ) : List
url string
리턴 List

GetRunningScenarioTasks() 공개 정적인 메소드

public static GetRunningScenarioTasks ( ) : List
리턴 List

MinimizeWindow() 공개 정적인 메소드

public static MinimizeWindow ( ) : void
리턴 void

SetLoggingPath() 공개 정적인 메소드

public static SetLoggingPath ( string xmlFilePath, string loggingPath ) : void
xmlFilePath string
loggingPath string
리턴 void

WaitForOfficeCtrUpadate() 공개 정적인 메소드

public static WaitForOfficeCtrUpadate ( bool showStatus = false ) : void
showStatus bool
리턴 void