Expand Minimize
This topic has not yet been rated - Rate this topic

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

[FlagsAttribute] 
public enum WildcardOptions
/** @attribute FlagsAttribute() */ 
public enum WildcardOptions
FlagsAttribute 
public enum WildcardOptions
Member nameDescription
CompiledThe wildcard pattern is compiled to an assembly. This field results in faster execution but increases startup time.
CultureInvariantCultural differences in language are ignored when matching the wildcard pattern. This field is introduced in Windows PowerShell 2.0.
IgnoreCaseMatching is performed on a case-insensitive basis.
NoneNo 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)
© 2013 Microsoft. All rights reserved.