When does the common language runtime terminate?

Viewed 584

There's a useful warning in the performance section on string interning on MSDN:

the memory allocated for interned String objects is not likely be released until the common language runtime (CLR) terminates.

But: when does the CLR terminate?

3 Answers
Related