Click to Rate and Give Feedback
MSDN
MSDN Library
Windows PowerShell
 WildcardOptions Enumeration (System...
Collapse All/Expand All Collapse All
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)
Dim instance As WildcardOptions
Visual Basic
<FlagsAttribute> _
Public Enumeration WildcardOptions
C#
[FlagsAttribute] 
public enum WildcardOptions
C++
[FlagsAttribute] 
public enum class WildcardOptions
J#
/** @attribute FlagsAttribute() */ 
public enum WildcardOptions
JScript
FlagsAttribute 
public enum WildcardOptions
Member nameDescription
CompiledThe wildcard pattern is compiled to an assembly. This yields faster execution but increases startup time.
CultureInvariantIgnores cultural differences in language 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.


Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker