AppBuilderUseRuntimePlatformSubsystem Method

Specifies a runtime platform subsystem to use.

Definition

Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AppBuilder UseRuntimePlatformSubsystem(
	Action initializer,
	string name = ""
)

Parameters

initializer  Action
The method to call to initialize the runtime platform subsystem.
name  String  (Optional)
The name of the runtime platform subsystem.

Return Value

AppBuilder
An AppBuilder instance.

See Also