Class LoweredPipelineComposer
Namespace: DotBoxD.Abstractions
Assembly: DotBoxD.Abstractions.dll
Merges an ordered sequence of mergeable-IR DotBoxD.Abstractions.LoweredPipelineStep fragments into one complete,
verifiable DotBoxD.Kernels.SandboxModule. This is the runtime counterpart to the source generator’s
build-time hook-chain fusion: a consumer that collected steps from a custom pipeline surface can combine
them by hand, which is exactly what “delete the attribute and hand-write it” requires.
public static class LoweredPipelineComposerInheritance
Section titled “Inheritance”object ← LoweredPipelineComposer
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”Compose(LoweredPipelineComposition)
Section titled “ Compose(LoweredPipelineComposition)”public static SandboxModule Compose(LoweredPipelineComposition composition)Parameters
Section titled “Parameters”composition LoweredPipelineComposition