Class CompileOptions
Namespace: DotBoxD.Kernels.Compiler
Assembly: DotBoxD.Kernels.Compiler.dll
public sealed record CompileOptions : IEquatable<CompileOptions>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”CompileOptions(string, bool)
Section titled “ CompileOptions(string, bool)”public CompileOptions(string Entrypoint, bool Optimize = false)Parameters
Section titled “Parameters”Entrypoint string
Optimize bool
Properties
Section titled “Properties”Entrypoint
Section titled “ Entrypoint”public string Entrypoint { get; init; }Property Value
Section titled “Property Value”Optimize
Section titled “ Optimize”public bool Optimize { get; init; }