MetalamaAPI documentationAspect APIMetalama.​Framework.​Run­Time
Open sandboxFocusImprove this doc

Metalama.Framework.RunTime Namespace

This namespace contains the types that can be utilized in standard, run-time code. Other namespaces encompass types that are exclusively usable in build-time code.

Classes

AsyncEnumerableList<T>

A List<T> that implements IAsyncEnumerable<T>. This class is used when a non-iterator template is applied to an async iterator method.

AsyncEnumerableList<T>.AsyncEnumerator

Implementation of IAsyncEnumerator<T>.

FieldOrPropertyInfo

Represents a reflection FieldInfo or a PropertyInfo.

ReflectionHelper

RunTimeAspectHelper

Defines helper methods used by code transformed by aspects.