RegexBase Class

MSBuild

Base class for Regex tasks Handles public properties for Input, Expression, Options and Output This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class RegexBase
    Inherits Task
C#
public abstract class RegexBase : Task
C++
ref class RegexBase abstract  : Task
J#
public  class RegexBase extends Task
JScript
public  class RegexBase extends Task

Inheritance Hierarchy

System.Object
   Microsoft.Build.Utilities.Task
      MSBuild.Community.Tasks.RegexBase
         MSBuild.Community.Tasks.RegexMatch
         MSBuild.Community.Tasks.RegexReplace

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.