Table of Contents

Class PlatformComponentContext

Namespace
RDCore.SDK.Server.Handlers.Platform
Assembly
RDCore.SDK.dll

Carries the hosting app's CoreServerComponent into the OmniSharp handler container.

public sealed record PlatformComponentContext : IEquatable<PlatformComponentContext>
Inheritance
PlatformComponentContext
Implements
Inherited Members

Constructors

PlatformComponentContext(CoreServerComponent)

Carries the hosting app's CoreServerComponent into the OmniSharp handler container.

public PlatformComponentContext(CoreServerComponent Component)

Parameters

Component CoreServerComponent

This server's platform component type.

Properties

Component

This server's platform component type.

public CoreServerComponent Component { get; init; }

Property Value

CoreServerComponent