[This is preliminary documentation and is subject to change.]
Dictionary containing FullNames as key and plugin files names (witout extension) as values.
Namespace: Tools.TotalCommanderT.PluginBuilderAssembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public Dictionary<string, string> RenamingDictionary { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RenamingDictionary As Dictionary(Of String, String) Get |
| Visual C++ |
|---|
public: property Dictionary<String^, String^>^ RenamingDictionary { Dictionary<String^, String^>^ get (); } |
| F# |
|---|
member RenamingDictionary : Dictionary<string, string> |
| JScript |
|---|
function get RenamingDictionary () : Dictionary<String, String> |
Remarks
Generated plugin files are named according to this dictionary. When dictionary entry for any type is missing, plugin is named according to full name of type.
RenamingDictionary takes precedence to Name.