登录 注册
当前位置:主页 > 资源下载 > 50 > Shell32的1.2版本的Interop

Shell32的1.2版本的Interop

  • 更新:2024-11-25 11:47:44
  • 大小:14KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:C# - 后端
  • 格式:RAR

资源介绍

Interop.Shell32 1.2版本支持xp 1.0版本支持win7 string dirName = System.IO.Path.GetDirectoryName(FileName); string SongName = System.IO.Path.GetFileName(FileName);//获得歌曲名称 ShellClass sh = new ShellClass(); Folder dir = sh.NameSpace(dirName); FolderItem item = dir.ParseName(SongName); string win7Time = dir.GetDetailsOf(item, 27); //win7 win10 string xpTime = dir.GetDetailsOf(item, 21); //xp