Summary
Extension methods for attaching DevTools..
- Namespace
- Avalonia
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["DevToolsExtensions"]
class Type type-node
Syntax
public static class DevToolsExtensions
Methods
Name | Value | Summary |
---|---|---|
AttachDevTools |
void |
Attaches DevTools to a window, to be opened with the F12 key.
static
|
AttachDevTools |
void |
Attaches DevTools to a window, to be opened with the specified options.
static
|
AttachDevTools |
void |
Attaches DevTools to a window, to be opened with the specified key gesture.
static
|