Method | Description | |
---|---|---|
FileIcon ( ) : System |
Constructs a new, default instance of the FileIcon class. Specify the filename and call GetInfo() to retrieve an icon.
|
|
FileIcon ( string fileName ) : System |
Constructs a new instance of the FileIcon class and retrieves the icon, display name and type name for the specified file.
|
|
FileIcon ( string fileName, |
Constructs a new instance of the FileIcon class and retrieves the information specified in the flags.
|
|
GetInfo ( ) : void |
Gets the information for the specified file name and flags.
|
Method | Description | |
---|---|---|
DestroyIcon ( |
||
FormatMessage ( int dwFlags, |
||
GetLastError ( ) : int | ||
SHGetFileInfo ( string pszPath, int dwFileAttributes, SHFILEINFO &psfi, uint cbFileInfo, uint uFlags ) : int |
public FileIcon ( string fileName ) : System | ||
fileName | string | The filename to get the icon, /// display name and type name for |
return | System |
public FileIcon ( string fileName, |
||
fileName | string | The filename to get information /// for |
flags | The flags to use when extracting the /// icon and other shell information. | |
return | System |