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
Post a Comment