Click or drag to resize

WebCacheShellContentDispose Method (Boolean)

Releases unmanaged and - optionally - managed resources.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also