C# Class withSIX.Mini.Applications.NotificationHandlers.StartWithWindowsHandler

ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GenerateCommandLineExecution ( IAbsoluteFilePath location, string executable ) : IEnumerable
GetUpdateExe ( IAbsoluteFilePath location ) : IAbsoluteFilePath
HandleStartWithWindows ( bool startWithWindows ) : void

Method Details

GenerateCommandLineExecution() public static method

public static GenerateCommandLineExecution ( IAbsoluteFilePath location, string executable ) : IEnumerable
location IAbsoluteFilePath
executable string
return IEnumerable

GetUpdateExe() public static method

public static GetUpdateExe ( IAbsoluteFilePath location ) : IAbsoluteFilePath
location IAbsoluteFilePath
return IAbsoluteFilePath

HandleStartWithWindows() public method

public HandleStartWithWindows ( bool startWithWindows ) : void
startWithWindows bool
return void