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

Recognized Total Commander plugin types

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

Syntax

C#
[FlagsAttribute]
public enum PluginType
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration PluginType
Visual C++
[FlagsAttribute]
public enum class PluginType
J#
/** @attribute FlagsAttribute */
public enum PluginType
JScript
public enum PluginType

Members

Member nameDescription
Packer
wcx: Packer plugin providing access to content of archive files
Content
wdx: Content plugin providing custom properties of files
Lister
wlx: Lister plugin for showing file preview (on F3)
FileSystem
wfx: File system plugin for accessing file on devices, servers etc.

See Also