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