Summary
Attaches DevTools to a window, to be opened with the specified options.
- Namespace
- Avalonia
- Containing Type
- DevToolsExtensions
Syntax
public static void AttachDevTools(this TopLevel root, DevToolsOptions options)
Parameters
Name | Type | Description |
---|---|---|
root | TopLevel | The window to attach DevTools to. |
options | DevToolsOptions | Additional settings of DevTools. |
Return Value
Type | Description |
---|---|
void |