Table of Contents

Class RDCoreLanguageClientHost<TApp>

Namespace
RDCore.SDK.Client
Assembly
RDCore.SDK.dll

Simplifies implementing a RDCore LSP client application.

public abstract class RDCoreLanguageClientHost<TApp> : AppHost<TApp>, IDisposable where TApp : class, IRDCoreClientApp

Type Parameters

TApp

A specific class type implementing IRDCoreClientApp.

Inheritance
AppHost<TApp>
RDCoreLanguageClientHost<TApp>
Implements
Inherited Members

Remarks

🧩 override templated methods to customize your application.

Constructors

RDCoreLanguageClientHost()

Simplifies implementing a RDCore LSP client application.

protected RDCoreLanguageClientHost()

Remarks

🧩 override templated methods to customize your application.