Class InjectAt.Transpiler
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
Finalboolfalse 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; }