DevToolsExtensions Class

Extension methods for attaching DevTools..

Definition

Namespace: Avalonia
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll) Version: 11.3.999
public static class DevToolsExtensions
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.

See Also