WildcardOptions Enumeration
Defines the options that are available to modify how wildcard patterns are matched.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
| Member name | Description |
|---|---|
| Compiled | The wildcard pattern is compiled to an assembly. This field results in faster execution but increases startup time. |
| CultureInvariant | Cultural differences in language are ignored when matching the wildcard pattern. This field is introduced in Windows PowerShell 2.0. |
| IgnoreCase | Matching is performed on a case-insensitive basis. |
| None | No special processing is required. |
For more information about how a wildcard pattern is set, see WildcardPattern.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.