المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Microsoft .NET: Implement a Custom Common ******** Runtime Host for Your Managed App



C++ Programming
03-29-2009, 02:42 AM
While most application developers may not need to write a custom host, understanding what is involved provides a great deal of insight into the architecture of the CLR. After covering how the CLR is started and loaded into a process, how to set the available configuration options, and how a host defines application domains, this article explains how to design a custom host. Important concepts include making the right decisions about the application domain boundaries for the host, configuring them correctly, loading and executing user code, and resolving references to assemblies. Setting security policy and unloading application domains as the application shuts down are also explained.

Steven Pratschner

<a href="http://msdn.microsoft.com/magazine/d1fde243-36d0-4b6a-93e7-86c0a9c07c63">MSDN Magazine March 2001