PatternContextRagged Class

Definition

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

public ref class PatternContextRagged abstract : Microsoft::Extensions::FileSystemGlobbing::Internal::PatternContexts::PatternContext<Microsoft::Extensions::FileSystemGlobbing::Internal::PatternContexts::PatternContextRagged::FrameData>
public abstract class PatternContextRagged : Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext<Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData>
type PatternContextRagged = class
    inherit PatternContext<PatternContextRagged.FrameData>
Public MustInherit Class PatternContextRagged
Inherits PatternContext(Of PatternContextRagged.FrameData)
Inheritance
Derived

Constructors

PatternContextRagged(IRaggedPattern)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

Fields

Frame

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

(Inherited from PatternContext<TFrame>)

Properties

Pattern

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

Methods

CalculateStem(FileInfoBase)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

Declare(Action<IPathSegment,Boolean>)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

(Inherited from PatternContext<TFrame>)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsEndingGroup()

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

IsStackEmpty()

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

(Inherited from PatternContext<TFrame>)
IsStartingGroup()

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
PopDirectory()

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

PushDataFrame(TFrame)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

(Inherited from PatternContext<TFrame>)
PushDirectory(DirectoryInfoBase)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

Test(DirectoryInfoBase)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

(Inherited from PatternContext<TFrame>)
Test(FileInfoBase)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

TestMatchingGroup(FileSystemInfoBase)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

TestMatchingSegment(String)

This API supports infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to