Table of Contents

Class KernelEntrypoints

Namespace
DotBoxD.Plugins
Assembly
DotBoxD.Plugins.dll
public sealed record KernelEntrypoints : IEquatable<KernelEntrypoints>
Inheritance
KernelEntrypoints
Implements
Inherited Members

Constructors

KernelEntrypoints(string, string)

public KernelEntrypoints(string ShouldHandle, string Handle)

Parameters

ShouldHandle string
Handle string

Properties

Handle

public string Handle { get; init; }

Property Value

string

ShouldHandle

public string ShouldHandle { get; init; }

Property Value

string