MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsmetaBase
Open sandboxFocus

meta.Base Property

Base

Gets a dynamic object that must be used to get access to instance members of the instance (e.g. meta.Base.MyMethod()). The Base property exposes the state of the target type as it is before the application of the current aspect layer. It corresponds to InvokerOptions.Default. To access the final layer, use This. To access static members, use BaseType.

Declaration
public static dynamic Base { get; }
Property Value
Type Description
System.Object
See Also