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

RunTimeAttribute Class

Attribute that means that the target declaration (and all children declarations) can only be called from run-time code and, therefore, not from compile-time code. Code is run-time by default, so this attribute only makes sense on classes or interface that are run-time-only but derive a run-time-or-compile-time type. See RunTimeOrCompileTimeAttribute.

Inheritance
System.Object
RunTimeAttribute
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
public sealed class RunTimeAttribute : ScopeAttribute

Constructors

Name Description
RunTimeAttribute()