DevToolsExtensions Class
Extension methods for attaching DevTools..
Definition
Namespace: Avalonia
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll)
- C#
- VB
- F#
public static class DevToolsExtensions
<ExtensionAttribute>
Public NotInheritable Class DevToolsExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DevToolsExtensions = class end
Inheritance | Object → DevToolsExtensions |
Methods
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. |