C# - Get jumplist tasks from assembly

蓝咒 提交于 2019-12-25 03:12:31

问题


Is it possible to read all jumplist tasks/entries from an assembly using C#? I have worked with the WindowsAPICodePack before, but I did not find the appropriate methods/classes.
I have read some articles which stated that it is impossible to read the jumplist tasks associated to an assembly but I personally think that it is possible to read these tasks, as Windows (or at least MS Explorer) has to do it all the time.

Thank you in advance


Edit: I realized that my question was asked rather clumsily (maybe due to the fact, that English is not my first language). I meant the following:

Is it possible to somehow get all jumplist tasks associated with an assembly?
And if it is, how do it using C#?

Example:

I have the assembly wmp.exe and I want to read the tasks associated with this assembly (In this case Vorherige Liste fortsetzen[eng.: Resume previous Playlist] and Gesamte Musik wiedergeben[eng.: Play entire music library]).
I know that it is possible to include a .xml-file in WPF-applications, which defines the jumplist tasks and the commands being executed when clicked on these tasks.

来源:https://stackoverflow.com/questions/30619448/c-sharp-get-jumplist-tasks-from-assembly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!