[This is preliminary documentation and is subject to change.]
Common base class for all Total Commander plugins
Namespace:
Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public abstract class PluginBase |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class PluginBase |
| Visual C++ |
|---|
public ref class PluginBase abstract |
| J# |
|---|
public abstract class PluginBase |
| JScript |
|---|
public abstract class PluginBase |
Remarks
| Do not derive directly from this class as it does not represent any concrete plugin |
See Generator for more information about how to generate Total Commander plugin from .NET.