public static class DevToolsExtensions<ExtensionAttribute>
Public NotInheritable Class DevToolsExtensions[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DevToolsExtensions = class end| AttachDevTools(Application) | Attaches DevTools to a Application, to be opened with the specified options. |
| AttachDevTools(TopLevel) | Attaches DevTools to a window, to be opened with the F12 key. |
| AttachDevTools(Application, DevToolsOptions) | Attaches DevTools to a Application, to be opened with the specified options. |
| AttachDevTools(TopLevel, DevToolsOptions) | Attaches DevTools to a window, to be opened with the specified options. |
| AttachDevTools(TopLevel, KeyGesture) | Attaches DevTools to a window, to be opened with the specified key gesture. |