HeadlessVncPlatformExtensions.

StartWithHeadlessVncPlatform<T>(T, string, int, string[], ShutdownMode) Method

Namespace
Avalonia
Containing Type
HeadlessVncPlatformExtensions

Syntax

public static int StartWithHeadlessVncPlatform<T>(this T builder, string host, int port, string[] args, ShutdownMode shutdownMode = OnLastWindowClose) 
    where T : AppBuilderBase<T>, new()

Type Parameters

Name Description
T

Parameters

Name Type Description
builder T
host string
port int
args string[]
shutdownMode ShutdownMode

Return Value

Type Description
int