[This is preliminary documentation and is subject to change.]
Clean up any resources being used.
Namespace:
WebKitAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
protected override void Dispose( bool disposing ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub Dispose ( _ disposing As Boolean _ ) |
Visual C++ |
---|
protected: virtual void Dispose( bool disposing ) override |
Parameters
- disposing
- Type: System..::.Boolean
true if managed resources should be disposed; otherwise, false.