Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cris
c-sharp-study
Wiki
cris csharp 1.dotnet
cris csharp 1.dotnet
· Changes
Page history
닷넷프레임웍크 및 개발환경의 이해
authored
Nov 05, 2015
by
cris
Show whitespace changes
Inline
Side-by-side
cris-csharp-1.dotnet.markdown
View page @
a1452a07
...
...
@@ -79,6 +79,7 @@
2.
machine독립적인 코드이다.
3.
.NET Framework에서는 이를 MSIL로 부른다.
4.
.NET Framework에서 source code가 타깃 머신의 native code로 변환되는 과정은 아래 그림과 같다.
![이미지 추가]
### CLR (Common Language Runtime)
<br>
...
...