Class KernelEntrypoints
public sealed record KernelEntrypoints : IEquatable<KernelEntrypoints>
- Inheritance
-
KernelEntrypoints
- Implements
- Inherited Members
Constructors
KernelEntrypoints(string, string)
public KernelEntrypoints(string ShouldHandle, string Handle)
Parameters
Properties
Handle
public string Handle { get; init; }
Property Value
ShouldHandle
public string ShouldHandle { get; init; }