Wildcard Constructor
Initializes a wildcard with the given search pattern and options.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public Wildcard(
string pattern,
RegexOptions options = RegexOptions.IgnoreCase|RegexOptions.Compiled|RegexOptions.IgnorePatternWhitespace
)
Parameters
- pattern String
- The wildcard pattern to match.
- options RegexOptions (Optional)
- A combination of one or more RegexOptions.