Class PlatformComponentContext
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
ComponentCoreServerComponentThis server's platform component type.
Properties
Component
This server's platform component type.
public CoreServerComponent Component { get; init; }