MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsmetaBase­Type
Open sandboxFocus

meta.BaseType Property

BaseType

Gets a dynamic object that must be used to get access to static members of the type (e.g. meta.BaseStatic.MyStaticMethod()). The BaseType 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 ThisType. To access instance members, use Base.

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