appdomain
美
英 
例句
The only way is to load the assembly into a separate AppDomain, then unload the whole AppDomain.
唯一途径是将程序集加载到单独的AppDomain,然后卸载整个AppDomain。
Supposed to allow you to run the compiled code in an appdomain that you choose.
应该允许在选择的appdomain中运行已编译的代码。
As long as the httpRuntime setting is disabled, ASP. NET does not create an AppDomain object for your application upon receiving a request.
只要httpRuntime设置是禁用的,ASP.NET在接收请求时,就不会为应用程序创建AppDomain对象。
You create a new application domain using one of the overloaded CreateDomain methods in the System. : : . AppDomain class.
若要创建新的应用程序域,可使用System.::.AppDomain类中某个重载的CreateDomain方法。
That is, all CLR objects owned by a user are always executed in the same AppDomain.
也就是说,某用户拥有的所有CLR对象始终在同一AppDomain中执行。
All currently active ASP. NET applications run inside of it, each in a separate AppDomain.
所有当前激活的ASP.NET应用程序在里面运行,每一个分布在一个应用程序域中。
Specifies the maximum number of seconds to wait from the first file change notification before restarting the AppDomain for a new request.
指定从第一次文件更改通知开始,在为新请求重新启动AppDomain之前等待的最长时间(秒)。
The names of these properties are defined by the static strings in the class System. AppDomain.
这些属性的名称由类System.AppDomain中的静态字符串定义。
The call returns an _AppDomain interface pointer to the instance of the AppDomain class that represents the default application domain.
此调用返回指向AppDomain类(表示默认应用程序域)的实例的_AppDomain接口指针。
Causes processing extensions and expressions in the report to be executed in the current AppDomain.
导致在当前AppDomain中执行报表中的处理扩展插件和表达式。
This method creates a new application domain (AppDomain) capable of processing ASP. NET requests.
这个方法新创建一个可以处理ASP.NET请求的应用程序域(AppDomain)。
Specifies whether the application domain (AppDomain) is enabled to accept incoming requests at the current-node and child-node level.
指定是否在当前的节点及子节点级别启用应用程序域(AppDomain),以接受传入的请求。
Occurs when an AppDomain is about to be unloaded.
在即将卸载AppDomain时发生。
For descriptions of other properties available for configuring an application domain, see the documentation for the AppDomain class.
有关可用来配置应用程序域的其他属性的说明,请参见AppDomain类的文档。
The isolation level for an AppDomain is one AppDomain per database per owner.
AppDomain的隔离级别为每个所有者每个数据库一个AppDomain。
The host then uses the Load method of the AppDomain class to load the managed portion of the host into the default domain.
然后,宿主使用AppDomain类的Load方法,将宿主的托管部分加载到默认域中。
An array of string arguments to be passed to the callback represented by adInit, when the new AppDomain object is initialized.
字符串参数数组,在初始化新的AppDomain对象时传递给由adInit表示的回调。
All managed database objects owned by a user are always loaded in the same AppDomain.
用户拥有的所有托管数据库对象始终都在同一AppDomain中加载。
First, you'll need a class that wraps an HttpListener object and makes it possible to control it from across the AppDomain.
首先,需要一个包装HttpListener对象的类,并使它可以跨AppDomain进行控制。
This reflects the number of currently executing batches that use this AppDomain.
这反映了当前正在执行并且使用此AppDomain的批的数目。
Use an AppDomainInitializer delegate to specify the callback method to invoke when an instance of the AppDomain class is initialized.
使用AppDomainInitializer委托指定在初始化AppDomain类的实例时要调用的回调方法。
Code stored in two different databases cannot share one AppDomain.
存储在两个不同数据库中的代码无法共享同一个AppDomain。
Can only be run in a single appdomain process.
编译的应用程序只能在单个appdomain进程中运行。
AppDomain type to create domains in which to run user code.
方法来创建要在其中运行用户代码的域。
Besides replacing WebRequest, plugs also detect when a service is co-located (i. e. hosted inside the same AppDomain).
而且,当服务需要通过定位(例如托管于同一个AppDomian中)的时候,Plugs还能检测并替换WebRequest。
Number of strong references to this AppDomain.
对AppDomain进行强引用的数目。
AppDomain and System. Windows. Forms. Form are two examples of such system types.
AppDomain和System.Windows.Forms.Form就是此系统类型的两个示例。
The appdomain in which to run the compiled code.
要在其中运行已编译的代码的appdomain。
Number of weak references to this AppDomain.
对AppDomain进行弱引用的数目。
Since the object will be used across AppDomain boundaries, it must derive from MarshalByRefObject.
由于该对象将跨AppDomain边界使用,因此它必须从MarshalByRefObject派生。
In a member summary topic, such as AppDomain Members, click Members Options in the nonscrolling region at the top of the topic.
在成员摘要主题(如“AppDomain成员”)中,单击主题顶部的非滚动区域中的“成员选项”。
Specifies the time, in seconds, to wait for another file change notification before restarting the AppDomain.
指定重新启动AppDomain之前等待另一次文件更改通知的时间(以秒为单位)。
Gives the AppDomain an infinite lifetime by preventing a lease from being created.
通过防止创建租约来给予AppDomain无限生存期。
An AppDomainInitializer delegate that represents a callback method to invoke when the new AppDomain object is initialized.
AppDomainInitializer委托,表示初始化新的AppDomain对象时调用的回调方法。
Support for per-AppDomain and per-process variables in managed code.
对托管代码中的per-AppDomain和per-process变量的支持。
The AppDomain is ready for use by a single user to perform DDL operations.
AppDomain已准备就绪可供单个用户用以执行DDL操作。
ID of the user whose objects can execute in this AppDomain.
能够在此AppDomain中执行其对象的用户的ID。
A ObjRef is used to transfer an object reference across a AppDomain boundary.
ObjRef用于跨AppDomain边界传输对象引用。
Specifies why the AppDomain class shut down.
指定AppDomain类为何关闭。
You'll want to use your own class that has the methods you need to interact with the AppDomain.
您可能想要使用自己的类,它具有与AppDomain交互所需要的方法。