Class PluginFuncArray
Encapsulates a plugin's functions as a managed collection of FuncItem items.
public class PluginFuncArray : IDisposable
- Inheritance
-
PluginFuncArray
- Implements
- Inherited Members
Remarks
Extracted and adapted for .NET SDK from NppPluginNETHelper.cs
, part of
NotepadPlusPlusPluginPack.Net.
Properties
Disposed
public bool Disposed { get; }
Property Value
Items
public List<FuncItem> Items { get; }
Property Value
NativePointer
public IntPtr NativePointer { get; }
Property Value
Methods
Add(FuncItem)
public void Add(FuncItem funcItem)
Parameters
funcItem
FuncItem
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~PluginFuncArray()
protected ~PluginFuncArray()
RefreshItems()
public void RefreshItems()