C# Class Win.Grepify.ShowSelectedInExplorer

显示文件 Open project: nccgroup/grepify Class Usage Examples

Public Methods

Method Description
FileOrFolder ( string path, bool edit = false ) : void
FilesOrFolders ( ) : void
FilesOrFolders ( IEnumerable paths ) : void
FilesOrFolders ( IEnumerable paths ) : void
FilesOrFolders ( string parentDirectory, ICollection filenames ) : void

Private Methods

Method Description
GetShellFolderChildrenRelativePIDL ( IShellFolder parentFolder, string displayName ) : IntPtr
PIDLToShellFolder ( IShellFolder parent, IntPtr pidl ) : IShellFolder
PIDLToShellFolder ( IntPtr pidl ) : IShellFolder
PathToAbsolutePIDL ( string path ) : IntPtr
PathToFileSystemInfo ( IEnumerable paths ) : IEnumerable
SHOpenFolderAndSelectItems ( IntPtr pidlFolder, IntPtr apidl, bool edit ) : void

Method Details

FileOrFolder() public static method

public static FileOrFolder ( string path, bool edit = false ) : void
path string
edit bool
return void

FilesOrFolders() public static method

public static FilesOrFolders ( ) : void
return void

FilesOrFolders() public static method

public static FilesOrFolders ( IEnumerable paths ) : void
paths IEnumerable
return void

FilesOrFolders() public static method

public static FilesOrFolders ( IEnumerable paths ) : void
paths IEnumerable
return void

FilesOrFolders() public static method

public static FilesOrFolders ( string parentDirectory, ICollection filenames ) : void
parentDirectory string
filenames ICollection
return void