Documentation for this section has not yet been entered.
The System.Text.RegularExpressions.RegexCompilationInfo class is used to define a compiled regular expression, which is represented as a class derived from System.Text.RegularExpressions.Regex. The RegexCompilationInfo.Namespace property defines the namespace that contains the compiled regular expression type, and the RegexCompilationInfo.Namespace and RegexCompilationInfo.Name properties together define its fully qualified name.