Skip to content

How does this compile to native code? #54553

Answered by huoyaoyuan
Maniues asked this question in Q&A
Discussion options

You must be logged in to vote

The CLR (CoreCLR or Mono) is written in C++. The C# sources are libraries and not compiled in native. They are JITed by CLR at runtime.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Maniues
Comment options

Answer selected by Maniues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants