ShellBrowserBaseDispose Method |
Releases all resources held by this instance.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected override void Dispose(
bool disposing
)
Protected Overrides Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
) override
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit Parameters
- disposing Boolean
- is passed to the base class is not relevant to the actions taken in this method
See Also