[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.3.38916 (1.5.3.38916)

Syntax

C#
[FlagsAttribute]
public enum PluginType
Visual Basic
<FlagsAttribute> _
Public Enumeration PluginType
Visual C++
[FlagsAttribute]
public enum class PluginType
F#
[<FlagsAttribute>]
type PluginType
JScript
public enum PluginType

Members

Member nameValueDescription
Packer8wcx: Packer plugin providing access to content of archive files
Content4wdx: Content plugin providing custom properties of files
Lister2wlx: Lister plugin for showing file preview (on F3)
FileSystem1wfx: File system plugin for accessing file on devices, servers etc.
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also