Defines the shared AXSG studio remote-design command catalog and lightweight request/response contracts.
public static class AxsgStudioRemoteProtocol
kind:method, kind:property, kind:ctor. Press Esc to clear.ApplyDocumentTextCommandThe apply-document-text command name.GetStatusCommandThe studio status query command name.GetWorkspaceCommandThe hot-design workspace query command name.PingCommandThe ping command name.SelectDocumentCommandThe active document selection command name.SelectElementCommandThe active element selection command name.CreateFailureResponse(String, String?, String)Creates a failed studio remote response envelope.CreateSuccessResponse(String, String?, Object?)Creates a successful studio remote response envelope.ParseApplyDocumentTextRequest(JsonElement)Parses an apply-document-text payload.ParseRequestLine(String)Parses a single line-delimited studio remote-design request.ParseSelectDocumentRequest(JsonElement)Parses a select-document payload.ParseSelectElementRequest(JsonElement)Parses a select-element payload.ParseWorkspaceQueryRequest(JsonElement)Parses a workspace query payload.