C# 클래스 Microsoft.Automata.Rex.RexSettings

Provides settings for Rex
파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ParseFromCommandlineArguments() 공개 정적인 메소드

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

RexSettings() 공개 메소드

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

RexSettings() 공개 메소드

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