[This is preliminary documentation and is subject to change.]
Abstract base class for Total Commander file-system plugins (wfx)
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public abstract class FileSystemPlugin : ContentPluginBase |
| Visual Basic |
|---|
Public MustInherit Class FileSystemPlugin _ Inherits ContentPluginBase |
| Visual C++ |
|---|
public ref class FileSystemPlugin abstract : public ContentPluginBase |
| F# |
|---|
[<AbstractClassAttribute>] type FileSystemPlugin = class inherit ContentPluginBase end |
| JScript |
|---|
public abstract class FileSystemPlugin extends ContentPluginBase |
Remarks
See Generator for more information about how to generate Total Commander plugin from .NET
Inheritance Hierarchy
System..::..Object
Tools.TotalCommanderT..::..PluginBase
Tools.TotalCommanderT..::..ContentPluginBase
Tools.TotalCommanderT..::..FileSystemPlugin
Tools.TotalCommanderT..::..PluginBase
Tools.TotalCommanderT..::..ContentPluginBase
Tools.TotalCommanderT..::..FileSystemPlugin