Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Add Mscorlib and Calling Into the Runtime document #163

Merged
merged 1 commit into from
Feb 9, 2015
Merged

Add Mscorlib and Calling Into the Runtime document #163

merged 1 commit into from
Feb 9, 2015

Conversation

richlander
Copy link
Member

This document describes the strong dependency between mscorlib and the CLR. It is an important document to read if you are reading or writing code in either CLR or mscorlib, in many parts of the CoreCLR repo. It was written by @briangru, one of the original developers of the .NET Base Class Libraries.

This document is another chapter in the "Book of the Runtime" series. See PR #115.


[ecalllist]: https://github.com/dotnet/coreclr/blob/master/src/vm/ecalllist.h

class FooNative
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be indented 4 spaces to get formatted as code

jkotas added a commit that referenced this pull request Feb 9, 2015
Add Mscorlib and Calling Into the Runtime document
@jkotas jkotas merged commit 94a5a5e into dotnet:master Feb 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants