C# Class XRefresh.ShellIcon

Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Méthode Description
GetLargeIcon ( string fileName ) : Icon
GetSmallIcon ( string fileName ) : Icon
GetSmallTypeIcon ( string ext ) : Icon
GetTypeInfo ( string ext ) : string
ShellIcon ( ) : System

Method Details

GetLargeIcon() public static méthode

public static GetLargeIcon ( string fileName ) : Icon
fileName string
Résultat System.Drawing.Icon

GetSmallIcon() public static méthode

public static GetSmallIcon ( string fileName ) : Icon
fileName string
Résultat System.Drawing.Icon

GetSmallTypeIcon() public static méthode

public static GetSmallTypeIcon ( string ext ) : Icon
ext string
Résultat System.Drawing.Icon

GetTypeInfo() public static méthode

public static GetTypeInfo ( string ext ) : string
ext string
Résultat string

ShellIcon() public méthode

public ShellIcon ( ) : System
Résultat System