ShellUtilitiesExtractIconsCount Method |
Extracts the count of icons from a file (.ico, .exe, etc.)
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static int ExtractIconsCount(
string iconFilePath
)
Parameters
- iconFilePath
- Type: SystemString
The icon file path.
Return Value
Type:
Int32The number of icons in the file.
Exceptions See Also