PatternContextLinear Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 PatternContextLinear abstract : Microsoft::Extensions::FileSystemGlobbing::Internal::PatternContexts::PatternContext<Microsoft::Extensions::FileSystemGlobbing::Internal::PatternContexts::PatternContextLinear::FrameData>
public abstract class PatternContextLinear : Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext<Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData>
type PatternContextLinear = class
inherit PatternContext<PatternContextLinear.FrameData>
Public MustInherit Class PatternContextLinear
Inherits PatternContext(Of PatternContextLinear.FrameData)
- Inheritance
- Derived
Constructors
PatternContextLinear(ILinearPattern) |
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>) |
IsLastSegment() |
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>) |
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. (Inherited from PatternContext<TFrame>) |
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. |
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. |