CLR and CLI - What is the difference?

后端 未结 6 1621
遇见更好的自我
遇见更好的自我 2020-12-04 18:55

I want to know what exactly is the difference between CLR & CLI? From whatever I have read so far, it seems to indicate that CLI is a subset of CLR. But isn\'t everythin

6条回答
  •  囚心锁ツ
    2020-12-04 19:52

    CLR is the complete environment in which CLI ,CTS,CLS works in integration it also incluse garbage collection,memory management ,security,intemediate language for native code... CLI is a specification for the format of executable code, and the runtime environment that can execute that code.

提交回复
热议问题