Click or drag to resize

AssemblyResourceShellThumbnailWriteIconLocationFile Method

Writes the icon location file. This method can for example be used by a setup program or installer.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void WriteIconLocationFile(
	bool refresh
)

Parameters

refresh
Type: SystemBoolean
if set to true the icon will always be written, even if it was written before (no caching).
See Also