Метод | Описание | |
---|---|---|
GetIconForExtension ( string extension, ShellIconSize size ) : |
Returns the default icon representation for files with the specified extension.
|
|
GetIconForFile ( string filename, ShellIconSize size ) : |
Returns an icon representation of the specified file.
|
public static GetIconForExtension ( string extension, ShellIconSize size ) : |
||
extension | string | File extension (including the leading period). |
size | ShellIconSize | The desired size of the icon. |
Результат |
public static GetIconForFile ( string filename, ShellIconSize size ) : |
||
filename | string | The path to the file. |
size | ShellIconSize | The desired size of the icon. |
Результат |