C# Class ServiceInsight.Startup.CommandLineArgParser

Show file Open project: Particular/ServiceInsight Class Usage Examples

Public Methods

Method Description
CommandLineArgParser ( EnvironmentWrapper environment ) : System.Collections.Generic
Parse ( ) : void

Private Methods

Method Description
AddUnsupportedKey ( string key ) : void
PopulateKeyValue ( string key, string value ) : void

Method Details

CommandLineArgParser() public method

public CommandLineArgParser ( EnvironmentWrapper environment ) : System.Collections.Generic
environment EnvironmentWrapper
return System.Collections.Generic

Parse() public method

public Parse ( ) : void
return void