C# 클래스 Topshelf.TopshelfHelper

파일 보기 프로젝트 열기: AlexMAS/Topshelf.Unix 1 사용 예제들

공개 메소드들

메소드 설명
BuildCommandLine ( object>.IDictionary commandLineParams ) : string
GetStatus ( this target ) : ServiceControllerStatus
NormalizeCommandLine ( ) : string
ParseCommandLine ( string commandLine ) : object>.IDictionary

메소드 상세

BuildCommandLine() 공개 정적인 메소드

public static BuildCommandLine ( object>.IDictionary commandLineParams ) : string
commandLineParams object>.IDictionary
리턴 string

GetStatus() 공개 정적인 메소드

public static GetStatus ( this target ) : ServiceControllerStatus
target this
리턴 ServiceControllerStatus

NormalizeCommandLine() 공개 정적인 메소드

public static NormalizeCommandLine ( ) : string
리턴 string

ParseCommandLine() 공개 정적인 메소드

public static ParseCommandLine ( string commandLine ) : object>.IDictionary
commandLine string
리턴 object>.IDictionary