UseRuntimePlatformSubsystem Method
Specifies a runtime platform subsystem to use.
Definition
Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
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.