Are plugins written in .NET possible?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

User avatar
apowolozki
Junior Member
Junior Member
Posts: 7
Joined: 2010-07-06, 10:05 UTC
Location: Dortmund, Germany

Post by *apowolozki »

tbeu wrote:I just came across ManagedTCPLugin which was new to me.
yes, i've got a running plugin based on technique described in the article inside an hour, unfortunaly as i'm new i could not yet post the link to the article here.
ivanovnikolay
New Member
New Member
Posts: 1
Joined: 2011-05-04, 16:28 UTC

Post by *ivanovnikolay »

code.google . com /p/totalcommander-plugin-donnet/
To write plugin for TotalCommander add TotalCommander.Plugin.dll as reference to a project, implement a plugin with classes from TotalCommander.Plugin.dll and call GenerateTotalCommanderWXXPlugin target in post-build event to build wcx, wdx, wfx or wlx file.
Post Reply