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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

image - python get coordinates (pixels) of corresponding points from clicks -