This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As WildcardOptions

[FlagsAttribute] 
public enum WildcardOptions
/** @attribute FlagsAttribute() */ 
public enum WildcardOptions
FlagsAttribute 
public enum WildcardOptions
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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)