I am contemplating the possibility of developing a proof of concept with C# / .NET.
Is the functionality exposed by the V5 Automation API strictly identical for C# and say CATScript? (In other words, is there anything one can achieve with a CATScript macro, that can't be achieved with a C# program?)
I understand that performance could suffer from using .NET instead of running a macro in-process, but this is not my immediate concern.
Thank you!