Sunday, October 24, 2004

Spelunking Microsoft.CLRAdmin

While looking at the many entries in the Add Reference dialog, I came across mscorcfg, Adding this to the project references, allows one to add the following assembly to the using list:

using Microsoft.CLRAdmin

This namespace is not documented, as per MSDN, although one does find 500+ references in Google. Stay tuned for some spelunking around this namespace, initially on my own...