TheCNClrLib.Runtime
namespace contains interfaces that support an application's interaction with the
common language runtime, and types that enable features such as application data
caching, advanced exception handling, application activation within application
domains, COM interop, distributed applications, serialization and
deserialization, and versioning. Additional namespaces enable compiler writers
to specify attributes that affect the run-time behavior of the common language
runtime, define a contract for reliability between a set of code and other code
that takes a dependency on it, and implement a persistence provider for Windows
Communication Foundation (WCF).
These interfaces are defined
as classes and interfaces in C#
System.Runtime Namespaces.