C# Class Microsoft.Automata.Rex.RexSettings

Provides settings for Rex
Exibir arquivo Open project: AutomataDotNet/Automata Class Usage Examples

Public Methods

Method Description
ParseFromCommandlineArguments ( string args, RexSettings &settings ) : bool

Parse the given commandline arguments and create the corresponding settings object.

RexSettings ( ) : System

Creates and instance of RexSettings with default values for all settings.

RexSettings ( string regexes ) : System

Creates and instance of RexSettings for the given regexes using default values for other settings.

Method Details

ParseFromCommandlineArguments() public static method

Parse the given commandline arguments and create the corresponding settings object.
public static ParseFromCommandlineArguments ( string args, RexSettings &settings ) : bool
args string
settings RexSettings
return bool

RexSettings() public method

Creates and instance of RexSettings with default values for all settings.
public RexSettings ( ) : System
return System

RexSettings() public method

Creates and instance of RexSettings for the given regexes using default values for other settings.
public RexSettings ( string regexes ) : System
regexes string
return System