Table of Contents

Class TextToFindFull

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll
public class TextToFindFull : IDisposable
Inheritance
TextToFindFull
Implements
Inherited Members

Constructors

TextToFindFull(CharacterRangeFull, string)

public TextToFindFull(CharacterRangeFull chrRange, string searchText)

Parameters

chrRange CharacterRangeFull
searchText string

TextToFindFull(long, long, string)

public TextToFindFull(long cpmin, long cpmax, string searchText)

Parameters

cpmin long
cpmax long
searchText string

Properties

ChRg

public CharacterRangeFull ChRg { get; set; }

Property Value

CharacterRangeFull

ChRgText

public CharacterRangeFull ChRgText { get; }

Property Value

CharacterRangeFull

LpStrText

public string LpStrText { set; }

Property Value

string

NativePointer

public IntPtr NativePointer { get; }

Property Value

IntPtr

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~TextToFindFull()

protected ~TextToFindFull()