一个进程可以包含多个应用程序域。
应用程序域是CLR下最小代码单元。
The AppDomain is the minimum block of code that can be unloaded off the CLR.
枚举进程中的所有应用程序域。
返回值是用于应用程序域的证据。
The return value is the evidence to be used for the application domain.
区别一个应用程序域和应用程序池?。
Difference between an application domain and an application pool?
通道名称必须是唯一的应用程序域中。
如何:将程序集加载到应用程序域中。
您可以根据您的应用程序域选择其中之一。
You can choose one of these according to your application domain.
如何:创建应用程序域。
您也可以创建从中执行代码的应用程序域。
You can also create application domains from which you execute code.
获取应用程序域的名称。
在不同的应用程序域运行在相同的信任水平?
Are the different AppDomains running at the same trust level?
为指定的应用程序域和对象类型创建一个对象。
Creates an object for the specified application domain and object type.
创建应用程序域。
可以通过多种方式将程序集加载到应用程序域中。
There are several ways to load an assembly into an application domain.
在任意给定时间,每一线程都在一个应用程序域中执行。
At any given time, every thread is executing in an application domain.
您可以为应用程序域命名并按该名称来引用应用程序域。
You can give the application domain a name and reference it by that name.
向公共语言运行时提供有关代码的证据的应用程序域宿主。
Application domain hosts that provide evidence about code to the common language runtime.
尽管如此,在应用程序域中的日志目标订阅则更多是程序相关的。
However, the logging target subscriptions in an application domain are more application specific.
在任何给定的应用程序域内可能有零个、一个或多个线程正在执行。
Zero, one, or more than one thread might be executing in any given application domain.
在任何给定的应用程序域内可能有零个、一个或多个线程正在执行。
Zero, one, or more than one thread might be executing in any given application domain.
应用推荐