C# Class WinQuickLook.WinExplorerHelper

Mostrar archivo Open project: shibayan/WinQuickLook Class Usage Examples

Public Methods

Method Description
CreateLink ( string linkPath ) : void
GetSelectedItem ( ) : string
GetSizeFormat ( long length ) : object

Private Methods

Method Description
GetSelectedItemCore ( IWebBrowserApp webBrowserApp ) : string
IsCaretActive ( IntPtr hwnd ) : bool
IsDesktopWindow ( IntPtr hwnd ) : bool

Method Details

CreateLink() public static method

public static CreateLink ( string linkPath ) : void
linkPath string
return void

GetSelectedItem() public static method

public static GetSelectedItem ( ) : string
return string

GetSizeFormat() public static method

public static GetSizeFormat ( long length ) : object
length long
return object