Table of Contents

Class RDCorePlatformProtocol

Namespace
RDCore.SDK.Client
Assembly
RDCore.SDK.dll
public static class RDCorePlatformProtocol
Inheritance
RDCorePlatformProtocol
Inherited Members

Fields

DefineSymbols

Sends a module's member symbol descriptors to the environment host to define in its runtime session.

public const string DefineSymbols = "rdcore/host/symbols/define"

Field Value

string

DiagnoseDocument

Hands a diagnostics-provider extension a parsed document and asks for the diagnostics it finds.

public const string DiagnoseDocument = "rdcore/diagnostics/document"

Field Value

string

ParseFullDocument

Requests an AST from the parser for a full document.

public const string ParseFullDocument = "rdcore/parser/document"

Field Value

string