Skip to main content

UseRuntimePlatformSubsystem Method

Specifies a runtime platform subsystem to use.

Definition

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

public AppBuilder UseRuntimePlatformSubsystem(
Action initializer,
string name = ""
)

Parameters

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

Return Value

AppBuilder
An AppBuilder instance.

See Also

Reference

AppBuilder Class
Avalonia Namespace