Click or drag to resize

AssemblyResourceShellThumbnail.WriteImageLocationFile Method

Writes the image 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 WriteImageLocationFile(
	bool refresh
)

Parameters

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