MatchInfoContext Class

Definition

Context information about a match.

public ref class MatchInfoContext sealed : ICloneable
public sealed class MatchInfoContext : ICloneable
type MatchInfoContext = class
    interface ICloneable
Public NotInheritable Class MatchInfoContext
Implements ICloneable
Inheritance
MatchInfoContext
Implements

Properties

DisplayPostContext

Gets or sets the lines found after a match. Does not include overlapping context and thus can be used to display contiguous match regions.

DisplayPreContext

Gets or sets the lines found before a match. Does not include overlapping context and thus can be used to display contiguous match regions.

PostContext

Gets or sets the lines found after a match.

PreContext

Gets or sets the lines found before a match.

Methods

Clone()

Produce a deep copy of this object.

Applies to