c# - Create ShellObject using WindowsAPICodePack -


i have following parsingname shellobject

"::{26ee0668-a00a-44d7-9371-beb064c98683}\\0\\::{e2e7934b-dce5-43c4-9576-7fe4f75e7480}"

how create new shellobject based on value?

i have tried (where path = above string)

shellobject obj = shellobject.fromparsingname(path) 

but exception arguments not valid.


Comments

Popular posts from this blog

javascript - Replicate keyboard event with html button -

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Web audio api 5.1 surround example not working in firefox -