When is a string pool recycled in C#?

218 Views Asked by At

I know that string pools are associated with processes. And it will be recycled when the owner process exits or an application domain is unloaded.

But I wonder if an application is long running, will the string pool leak memory?

0

There are 0 best solutions below