Getting started with a class aspect

@ck
Till now I only did the method and field aspects; for methods I use the IMethodInterfaceDecorator and for fields I use the IFieldInterfaceDecorator. But I do not see a IClassInterfaceDecorator.

What should I use for that?

You want https://docs.elementscompiler.com/API/Cirrus/Interfaces/ITypeInterfaceDecorator/

1 Like