C# 클래스 Plugins.WindowsEnvironment.WindowsExplorer

파일 보기 프로젝트 열기: brunomlopes/ILoveLucene 1 사용 예제들

공개 메소드들

메소드 설명
GetTopSelectedDirectoryFromExplorer ( ) : DirectoryInfo

Returns the selected directory from windows explorer. If the selected item is a file, returns null If there's no explorer window, returns null

GetTopSelectedFileFromExplorer ( ) : FileInfo

Returns the selected file from windows explorer. If the selected item is a directory, or if there's no explorer window, then returns null

GetTopSelectedPathFromWindowsExplorer ( ) : string

Returns the currently selected path from windows explorer. Can point into a directory, a file inside a zip file, control panel, whatever.

비공개 메소드들

메소드 설명
GetForegroundWindow ( ) : IntPtr
GetWindow ( IntPtr hWnd, GetWindow_Cmd uCmd ) : IntPtr

메소드 상세

GetTopSelectedDirectoryFromExplorer() 공개 정적인 메소드

Returns the selected directory from windows explorer. If the selected item is a file, returns null If there's no explorer window, returns null
public static GetTopSelectedDirectoryFromExplorer ( ) : DirectoryInfo
리턴 System.IO.DirectoryInfo

GetTopSelectedFileFromExplorer() 공개 정적인 메소드

Returns the selected file from windows explorer. If the selected item is a directory, or if there's no explorer window, then returns null
public static GetTopSelectedFileFromExplorer ( ) : FileInfo
리턴 System.IO.FileInfo

GetTopSelectedPathFromWindowsExplorer() 공개 정적인 메소드

Returns the currently selected path from windows explorer. Can point into a directory, a file inside a zip file, control panel, whatever.
public static GetTopSelectedPathFromWindowsExplorer ( ) : string
리턴 string