[This is preliminary documentation and is subject to change.]

Gets plugin number this plugin instance is recognized by Total Commender under

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected int PluginNr { get; }
Visual Basic
Protected ReadOnly Property PluginNr As Integer
	Get
Visual C++
protected:
property int PluginNr {
	int get ();
}
F#
member PluginNr : int
JScript
function get PluginNr () : int

Exceptions

See Also