Table of Contents

Class TextRangeFull

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

Constructors

TextRangeFull(CharacterRangeFull, int)

public TextRangeFull(CharacterRangeFull chrRange, int stringCapacity)

Parameters

chrRange CharacterRangeFull
stringCapacity int

TextRangeFull(long, long, int)

public TextRangeFull(long cpmin, long cpmax, int stringCapacity)

Parameters

cpmin long
cpmax long
stringCapacity int

Properties

ChRg

public CharacterRangeFull ChRg { get; set; }

Property Value

CharacterRangeFull

LpStrText

public string LpStrText { get; }

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()

~TextRangeFull()

protected ~TextRangeFull()