C# Class Topshelf.TopshelfHelper

Show file Open project: AlexMAS/Topshelf.Unix Class Usage Examples

Public Methods

Method Description
BuildCommandLine ( object>.IDictionary commandLineParams ) : string
GetStatus ( this target ) : ServiceControllerStatus
NormalizeCommandLine ( ) : string
ParseCommandLine ( string commandLine ) : object>.IDictionary

Method Details

BuildCommandLine() public static method

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

GetStatus() public static method

public static GetStatus ( this target ) : ServiceControllerStatus
target this
return ServiceControllerStatus

NormalizeCommandLine() public static method

public static NormalizeCommandLine ( ) : string
return string

ParseCommandLine() public static method

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