C# Class NiceHashMiner.Utils.CommandLineParser

Datei anzeigen Open project: nicehash/NiceHashMiner Class Usage Examples

Public Properties

Property Type Description
IsLang bool
LangValue LanguageType

Public Methods

Method Description
CommandLineParser ( string argv ) : System

Private Methods

Method Description
ParseCommandLine ( string argv, string find, string &value ) : bool

Method Details

CommandLineParser() public method

public CommandLineParser ( string argv ) : System
argv string
return System

Property Details

IsLang public_oe property

public bool IsLang
return bool

LangValue public_oe property

public LanguageType LangValue
return LanguageType