Skip to main content

DevToolsExtensions Class

Extension methods for attaching DevTools..

Definition

Namespace: Avalonia
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll)

public static class DevToolsExtensions
View Source
InheritanceObject → 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

Reference

Avalonia Namespace