Table of Contents

Constructor StdioServerProcess

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

StdioServerProcess(ILoggerFactory, ProcessStartInfo)

Create a new StdioServerProcess.

public StdioServerProcess(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.