WildcardOptions Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
WildcardPattern
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
| Member name | Description |
|---|---|
| Compiled | The wildcard pattern is compiled to an assembly. This yields faster execution but increases startup time. |
| CultureInvariant | Ignores cultural differences in language 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 PreviewReference
System.Management.Automation NamespaceWildcardPattern
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.