Property All
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
All
Gets all extensions that are currently installed for the profile.
IReadOnlyCollection<IExtension> All { get; }
Property Value
Exceptions
- ObjectDisposedException
The IExtensions has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.