Lister Plugins with C# ???

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

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Schebi
Junior Member
Junior Member
Posts: 9
Joined: 2003-04-17, 10:48 UTC
Location: Berlin
Contact:

Lister Plugins with C# ???

Post by *Schebi »

Is it possible to write a Lister-Plugin with C# ? And if it is, where can i found a short guide for it? Special for how i binding it to the Lister.
Thx Jan
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50421
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

You can make calls between unmanaged and managed code, but I really can't recommend it in this case. Plugins are usually relatively small and fast, but loading a managed plugin would also require loading of the .net framework, which would slow down the loading quite a bit.
Author of Total Commander
https://www.ghisler.com
Post Reply