AppBuilderUseRuntimePlatformSubsystem Method
Specifies a runtime platform subsystem to use.
Namespace: AvaloniaAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AppBuilder UseRuntimePlatformSubsystem(
Action initializer,
string name = ""
)
Public Function UseRuntimePlatformSubsystem (
initializer As Action,
Optional name As String = ""
) As AppBuilder
member UseRuntimePlatformSubsystem :
initializer : Action *
?name : string
(* Defaults:
let _name = defaultArg name ""
*)
-> AppBuilder
- initializer Action
- The method to call to initialize the runtime platform subsystem.
- name String (Optional)
- The name of the runtime platform subsystem.
AppBuilderAn
AppBuilder instance.