Table of Contents

Namespace RDCore.SDK.Server.Commands

Classes

SdkServerCommandNames

Exposes the names of all SDK-level supported LSP workspace commands.

ServerCommand

Represents any server command that a RDCore server application can receive, or that a RDCore client application can send.

ServerCommand<TArgs>

Represents any server command that a RDCore server application can receive, or that a RDCore client application can send.

Interfaces

ICommandParamsParser<TArgs>

A service that parses a Newtonsoft.Json.Linq.JArray input into a strongly-typed command parameters object.