C# Class NSoft.NFramework.Tools.CommandLineParser

Application의 Command Line 인자에 대한 파서입니다.
Mostrar archivo Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
CommandLineParser ( string args ) : System.Collections.Generic
this ( string parameterName ) : string

Method Details

CommandLineParser() public method

public CommandLineParser ( string args ) : System.Collections.Generic
args string
return System.Collections.Generic

this() public method

public this ( string parameterName ) : string
parameterName string
return string