MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsRun­Time­Or­Compile­Time­Attribute
Open sandboxFocus

RunTimeOrCompileTimeAttribute Class

Attribute that means that the target declaration (and all children declarations) can be called both from compile-time and run-time code. See CompileTimeAttribute for declarations that cannot be called from run-time code.

Inheritance
RunTimeOrCompileTimeAttribute
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
public sealed class RunTimeOrCompileTimeAttribute : ScopeAttribute
Remarks

You can use this attribute on classes that must be included in the compile-time project and therefore made available to your aspects.

Constructors

Name Description
RunTimeOrCompileTimeAttribute()