DevToolsExtensions Class

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(TopLevel) void
Attaches DevTools to a window, to be opened with the F12 key.
static
AttachDevTools(TopLevel, DevToolsOptions) void
Attaches DevTools to a window, to be opened with the specified options.
static
AttachDevTools(TopLevel, KeyGesture) void
Attaches DevTools to a window, to be opened with the specified key gesture.
static