问题
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