C# Class phdesign.NppToolBucket.PluginCore.Sci_TextRange

Inheritance: IDisposable
Show file Open project: phdesign/NppToolBucket Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Sci_TextRange ( Sci_CharacterRange chrRange, int stringCapacity ) : System
Sci_TextRange ( int cpmin, int cpmax, int stringCapacity ) : System

Private Methods

Method Description
_initNativeStruct ( ) : void
_readNativeStruct ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Sci_TextRange() public method

public Sci_TextRange ( Sci_CharacterRange chrRange, int stringCapacity ) : System
chrRange Sci_CharacterRange
stringCapacity int
return System

Sci_TextRange() public method

public Sci_TextRange ( int cpmin, int cpmax, int stringCapacity ) : System
cpmin int
cpmax int
stringCapacity int
return System