[This is preliminary documentation and is subject to change.]
Recognized Total Commander plugin types
Namespace: Tools.TotalCommanderTAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Packer | 8 | wcx: Packer plugin providing access to content of archive files | |
| Content | 4 | wdx: Content plugin providing custom properties of files | |
| Lister | 2 | wlx: Lister plugin for showing file preview (on F3) | |
| FileSystem | 1 | wfx: File system plugin for accessing file on devices, servers etc. | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |