Class KernelEntrypoints
Namespace: DotBoxD.Plugins
Assembly: DotBoxD.Plugins.dll
public sealed record KernelEntrypoints : IEquatable<KernelEntrypoints>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”KernelEntrypoints(string, string)
Section titled “ KernelEntrypoints(string, string)”public KernelEntrypoints(string ShouldHandle, string Handle)Parameters
Section titled “Parameters”ShouldHandle string
Handle string
Properties
Section titled “Properties”Handle
Section titled “ Handle”public string Handle { get; init; }Property Value
Section titled “Property Value”ShouldHandle
Section titled “ ShouldHandle”public string ShouldHandle { get; init; }