Windows Application Icon Helper
7/8/26Less than 1 minute
Windows Application Icon Helper
@eisland/windows-application-icon-helper · v26.0.0
Info
Extract Windows application and process icons by name, PID, path, or shortcut via .NET NativeAOT DLL (koffi FFI).
API Reference
| Type | Name | Description |
|---|---|---|
| Interface | IconResult | Icon data structure |
| Function | getIconByProcessName | Get icon by running process name |
| Function | getIconByPid | Get icon by process ID |
| Function | getIconByPath | Get icon by executable file path |
| Function | getIconByShortcutPath | Get icon by shortcut (.lnk) path |
Tips
All functions return IconResult | null. The result contains PNG image data, size, and format. Returns null when the icon cannot be found or the target doesn't exist.
Note
For detailed usage examples with TypeScript and JavaScript code, see the individual function documentation linked above.
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

