AppBuilderSetupWithLifetime Method
Sets up the platform-specific services for the application and initialized it with a particular lifetime, but does not run it.
Namespace: AvaloniaAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AppBuilder SetupWithLifetime(
IApplicationLifetime lifetime
)
Public Function SetupWithLifetime (
lifetime As IApplicationLifetime
) As AppBuilder
member SetupWithLifetime :
lifetime : IApplicationLifetime -> AppBuilder
- lifetime IApplicationLifetime
AppBuilder