MetalamaAPI documentationAspect APIMetalama.​Framework.​AdvisingInitializer­KindBefore­Instance­Constructor
Open sandboxFocus

InitializerKind.BeforeInstanceConstructor Field

Indicates that the advice should be executed before any user code in all instance constructors except those that are chained to a constructor of the current class (using the this chaining keyword). The initialization logic executes after the call to the base constructor.

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
public const InitializerKind BeforeInstanceConstructor
Returns
Type Description
InitializerKind