C# Class SoundSwitch.Util.IconExtractor

ファイルを表示 Open project: Belphemur/SoundSwitch Class Usage Examples

Public Methods

Method Description
Extract ( string file, int iconIndex, bool largeIcon ) : Icon

Extract Icon from executable or DLL

Method Details

Extract() public static method

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
return System.Drawing.Icon