AssemblyResourceShellThumbnailWriteIconLocationFile Method |
Writes the icon location file. This method can for example be used by a setup program or installer.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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