- Namespace
- Avalonia
- Containing Type
- Headless
Vnc Platform Extensions
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 |