C# Class NetHadoop.SystemFileHelper

Datei anzeigen Open project: gudao/NetHadoop Class Usage Examples

Public Methods

Method Description
GetFileIcon ( string fileName, bool isLargeIcon ) : Icon

Private Methods

Method Description
DestroyIcon ( IntPtr hIcon ) : int
SHGetFileInfo ( string pszPath, uint dwFileAttributes, SHFILEINFO &psfi, uint cbFileInfo, uint uFlags ) : IntPtr

Method Details

GetFileIcon() public static method

public static GetFileIcon ( string fileName, bool isLargeIcon ) : Icon
fileName string
isLargeIcon bool
return System.Drawing.Icon