Enum ServerDeploymentMode
Specifies possible language server deployment modes.
public enum ServerDeploymentMode
Fields
ApplicationDefined = 2
Use ApplicationDefinedServerDirectory to specify a custom server installation directory.
Embedded = 0
Copies the embedded server distribution to the user TEMP directory, if needed. Use EmbeddedDeploymentTargetDirectory to override the target directory with an application-defined location.
System = 1
Tries to locate and use the system server installation, if applicable.