Method Uninstall
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
Uninstall()
Uninstalls this extension.
Task<bool> Uninstall()
Returns
- Task<bool>
A task that completes when the extension is uninstalled. The result value is
true
if the extension was uninstalled successfully,false
otherwise.
Exceptions
- ObjectDisposedException
The IExtension has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.