C# Class ProductivityPackage.NativeMethods

Class for NativedMethods
Afficher le fichier Open project: henritersteeg/cuke4vs

Méthodes publiques

Méthode Description
GetIcon ( string pszPath ) : Icon

Gets the icon.

Private Methods

Méthode 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 méthode

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