 | ConsoleWordHighlightingRuleRegexCompileRegex Property |
Compile the
Regex? This can improve the performance, but at the costs of more memory usage. If
, the Regex Cache is used.
Namespace:
NLog.Targets
Assembly:
NLog.RegEx (in NLog.RegEx.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntaxpublic bool CompileRegex { get; set; }
Public Property CompileRegex As Boolean
Get
Set
Dim instance As ConsoleWordHighlightingRuleRegex
Dim value As Boolean
value = instance.CompileRegex
instance.CompileRegex = value
member CompileRegex : bool with get, set
Property Value
Type:
Boolean
See Also