Skip to content
Concord

Class InjectAt.Transpiler

Namespace
Concord.Emit
Assembly
Concord.Emit.dll

Rewrites the target body's raw IL through an author-supplied transpiler method.

public sealed record InjectAt.Transpiler : InjectAt, IEquatable<InjectAt>, IEquatable<InjectAt.Transpiler>
Inheritance
InjectAt.Transpiler
Implements
Inherited Members

Constructors

Transpiler(bool)

Rewrites the target body's raw IL through an author-supplied transpiler method.

public Transpiler(bool Final = false)

Parameters

Final bool

false rewrites the original body before declarative injections compose onto it. true rewrites the fully composed wrapper.

Properties

Final

false rewrites the original body before declarative injections compose onto it. true rewrites the fully composed wrapper.

public bool Final { get; init; }

Property Value

bool