System.Management.Automatio ...


WildcardPattern Class
Represents a wildcard pattern that is used for matching.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in system.management.automation.dll)
Usage

Dim instance As WildcardPattern
Syntax

Visual Basic
Public NotInheritable Class WildcardPattern
C#
public sealed class WildcardPattern
C++
public ref class WildcardPattern sealed
J#
public final class WildcardPattern
JScript
public final class WildcardPattern
Remarks

For more information about wildcard patterns, see Supporting Wildcards in Cmdlet Parameters.


Inheritance Hierarchy

System.Object
  System.Management.Automation.WildcardPattern
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

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
See Also

Page view tracker