Method DeployEmbeddedServer
- Assembly
- Alternet.Syntax.Parsers.Java.Embedded.v10.dll
DeployEmbeddedServer(string)
When implemented in a derived class, deploys the embedded LSP server and returns the ProcessStartInfo to start it.
protected override ProcessStartInfo DeployEmbeddedServer(string targetDirectory)Parameters
- targetDirectorystring
- The directory to deploy the embedded server to, or - nullto use the default location in TEMP folder.
Returns
- ProcessStartInfo
- The ProcessStartInfo to start the deployed server with.