basically, every SO stream related to the extension of the Windows shell (for example, display overlay icons or expand the Explorer context menu for certain files), strongly recommends using managed code for this. I understand the reasoning given at http://blogs.msdn.com/b/oldnewthing/archive/2006/12/18/1317290.aspx
My question is that these words of caution remain true when working in CLR4.0 environments. As I understand it, http://channel9.msdn.com/Shows/Going+Deep/CLR-4-Side-by-Side-In-Process-What-How-Why downloads managed code that uses different versions of the CLR into one and the same process (in this case explorer.exe) is handled more elegantly in CLR4.0.
Thanks so much for your understanding here.
No one has answered this question yet.
See similar questions:
or similar:
Source: https://habr.com/ru/post/1344585/More articles:Java Sound Demo - problem - javaPrinting a list using python - pythonPolymorphism using an interface and classes - javaNetwork Usage - AccountManagement vs. DirectoryServices - c #HTML Will browsers fill in hidden fields? - htmlProblem with CKEditor inside a ColorBox modal popup - htmlChange registry permissions - c #.Net Security Zone Security Permissions? - .netWhat can a ClickOnce application do in the Internet Zone sandbox? - securityWhat is the best way to get a level from a tree's data structure using LINQ? - c #All Articles