Skip to content

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 LoweredPipelineComposer

objectLoweredPipelineComposer

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

public static SandboxModule Compose(LoweredPipelineComposition composition)

composition LoweredPipelineComposition

SandboxModule