AppBuilderExtensions Class

Namespace
Avalonia.ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["AppBuilderExtensions"] class Type type-node

Syntax

public static class AppBuilderExtensions

Methods

Name Value Summary
UseReactiveUI<TAppBuilder>(TAppBuilder) TAppBuilder
Initializes ReactiveUI framework to use with Avalonia. Registers Avalonia scheduler, an activation for view fetcher, a template binding hook. Remember to call this method if you are using ReactiveUI in your application.
static