Click or drag to resize

ShellUtilitiesExtractIconsCount Method

Extracts the count of icons from a file (.ico, .exe, etc.)

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int ExtractIconsCount(
	string iconFilePath
)

Parameters

iconFilePath
Type: SystemString
The icon file path.

Return Value

Type: Int32
The number of icons in the file.
Exceptions
ExceptionCondition
ArgumentNullExceptioniconFilePath is null.
See Also