Comment by moron4hire
4 days ago
That's not "embedding C#". That's runtime loading of .NET assemblies, which every .NET language--including PowerShell--can do.
4 days ago
That's not "embedding C#". That's runtime loading of .NET assemblies, which every .NET language--including PowerShell--can do.
It is embedding C#, if it was embedding assemblies it would be embedding compiled code. It's no different from inlining assembly in C.