Namespace Metalama.Framework.RunTime
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 System.Collections.Generic.List<> that implements System.Collections.Generic.IAsyncEnumerable<>. This class is used when a non-iterator template is applied to an async iterator method.
AsyncEnumerableList<T>.AsyncEnumerator
Implementation of System.Collections.Generic.IAsyncEnumerator<>.
FieldOrPropertyInfo
Represents a reflection System.Reflection.FieldInfo or a System.Reflection.PropertyInfo.
ReflectionHelper
RunTimeAspectHelper
Defines helper methods used by code transformed by aspects.