Table of Contents

Constructor StdioServerProcessEx

Namespace
Alternet.Syntax.Parsers.Lsp
Assembly
Alternet.Syntax.Parsers.Lsp.v9.dll

StdioServerProcessEx(ILoggerFactory, ProcessStartInfo)

Create a new StdioServerProcess.

public StdioServerProcessEx(ILoggerFactory loggerFactory, ProcessStartInfo serverStartInfo)

Parameters

loggerFactory ILoggerFactory

The factory for loggers used by the process and its components.

serverStartInfo ProcessStartInfo

A ProcessStartInfo that describes how to start the server.