上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页

2010年1月11日

Remotable and Nonremotable Objects

摘要: Remotable and Nonremotable ObjectsIt is important to remember that an object created in, and therefore specific to, an application domain can be called directly from that domain, but something special... 阅读全文

posted @ 2010-01-11 11:22 Acor 阅读(322) 评论(0) 推荐(0) 编辑

Runtime Hosts

摘要: Runtime HostsThe common language runtime has been designed to support a variety of different types of applications, from Web server applications to applications with a traditional rich Windows user in... 阅读全文

posted @ 2010-01-11 11:13 Acor 阅读(165) 评论(0) 推荐(0) 编辑

Hosting the Common Language Runtime

摘要: Hosting the Common Language RuntimeThe common language runtime supports many different types of applications. For example, the runtime can run Web server applications and console applications, as well... 阅读全文

posted @ 2010-01-11 11:11 Acor 阅读(215) 评论(0) 推荐(0) 编辑

Programming with Application Domains

摘要: Programming with Application DomainsApplication domains are usually created and manipulated programmatically by runtime hosts. However, sometimes an application program might also want to work with ap... 阅读全文

posted @ 2010-01-11 11:07 Acor 阅读(211) 评论(0) 推荐(0) 编辑

Application Domains and Threads

摘要: Application Domains and ThreadsApplication domains form an isolation, unloading, and security boundary for managed code. Threads are the operating system construct used by the common language runtime ... 阅读全文

posted @ 2010-01-11 11:02 Acor 阅读(175) 评论(0) 推荐(0) 编辑

Application Domains and Assemblies

摘要: Application Domains and AssembliesThis topic describes the relationship between application domains and assemblies. You must load an assembly into an application domain before you can run the applicat... 阅读全文

posted @ 2010-01-11 10:57 Acor 阅读(187) 评论(0) 推荐(0) 编辑

Application Domains Overview

摘要: Application Domains OverviewHistorically, process boundaries have been used to isolate applications running on the same computer. Each application is loaded into a separate process, which isolates the... 阅读全文

posted @ 2010-01-11 10:48 Acor 阅读(206) 评论(0) 推荐(0) 编辑

Application Domains

摘要: Application DomainsOperating systems and runtime environments typically provide some form of isolation between applications. This isolation is necessary to ensure that code running in one application ... 阅读全文

posted @ 2010-01-11 10:47 Acor 阅读(178) 评论(0) 推荐(0) 编辑

Boundaries: Processes and Application Domains

摘要: Boundaries: Processes and Application DomainsModern operating systems and run-time environments need to protect individual applications from the failure of other applications. Microsoft Windows operat... 阅读全文

posted @ 2010-01-11 10:10 Acor 阅读(185) 评论(0) 推荐(0) 编辑

2010年1月9日

A Closer Look at Platform Invoke

摘要: A Closer Look at Platform InvokePlatform invoke relies on metadata to locate exported functions and marshal their arguments at run time. The following illustration shows this process.A platform invoke... 阅读全文

posted @ 2010-01-09 17:59 Acor 阅读(225) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页

导航