C# Class SenseNet.Tools.EventLogCreator.CommandLineArguments

Exibir arquivo Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
CommandLineArguments ( string args ) : System

Constructor. Parameter format: {/,-,--}argname{ ,=,:}((",')value(",')). Examples: /arg3:"any-:-text" -arg1 value1 --arg2 /arg4=text -arg5 'any text'

this ( string Param ) : string

Method Details

CommandLineArguments() public method

Constructor. Parameter format: {/,-,--}argname{ ,=,:}((",')value(",')). Examples: /arg3:"any-:-text" -arg1 value1 --arg2 /arg4=text -arg5 'any text'
public CommandLineArguments ( string args ) : System
args string Command line parameters
return System

this() public method

public this ( string Param ) : string
Param string
return string