C# Class SoundSwitch.Util.IconExtractor

Afficher le fichier Open project: Belphemur/SoundSwitch Class Usage Examples

Méthodes publiques

Méthode Description
Extract ( string file, int iconIndex, bool largeIcon ) : Icon

Extract Icon from executable or DLL

Method Details

Extract() public static méthode

Extract Icon from executable or DLL
Problem while extracting the icon
public static Extract ( string file, int iconIndex, bool largeIcon ) : Icon
file string
iconIndex int
largeIcon bool
Résultat System.Drawing.Icon