Is assembly in C# similar to the translation unit in C++?

83 Views Asked by At

Is assembly in C# similar to the translation unit in C++?

In C++, one .h, .cpp file is called a translation unit (preprocess finished state). Equally, is one .cs file called assembly in C#?

Or is that the same as assembly in C++'s low level language?

0

There are 0 best solutions below