C# Class ProductivityPackage.NativeMethods

Class for NativedMethods
ファイルを表示 Open project: henritersteeg/cuke4vs

Public Methods

Method Description
GetIcon ( string pszPath ) : Icon

Gets the icon.

Private Methods

Method Description
ImageList_GetIcon ( int HIMAGELIST, int ImgIndex, int hbmMask ) : int
ImageList_GetImageCount ( int HIMAGELIST ) : int
SHGetFileInfo ( string pszPath, uint dwFileAttributes, SHFILEINFO &psfi, uint cbSizeFileInfo, uint uFlags ) : IntPtr

Method Details

GetIcon() public static method

Gets the icon.
public static GetIcon ( string pszPath ) : Icon
pszPath string The PSZ path.
return System.Drawing.Icon