appdomain

appdomain

常用释义

词性释义

appdomain
例句
  • 全部
唯一途径是将程序集加载到单独的AppDomain,然后卸载整个AppDomain。
Supposed to allow you to run the compiled code in an appdomain that you choose.
应该允许在选择的appdomain中运行已编译的代码。
只要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方法。
也就是说,某用户拥有的所有CLR对象始终在同一AppDomain中执行。
All currently active ASP. NET applications run inside of it, each in a separate AppDomain.
所有当前激活的ASP.NET应用程序在里面运行,每一个分布在一个应用程序域中。
指定从第一次文件更改通知开始,在为新请求重新启动AppDomain之前等待的最长时间(秒)。
The names of these properties are defined by the static strings in the class System. AppDomain.
这些属性的名称由类System.AppDomain中的静态字符串定义。
此调用返回指向AppDomain类(表示默认应用程序域)的实例的_AppDomain接口指针。
导致在当前AppDomain中执行报表中的处理扩展插件和表达式。
这个方法新创建一个可以处理ASP.NET请求的应用程序域(AppDomain)。
指定是否在当前的节点及子节点级别启用应用程序域(AppDomain),以接受传入的请求。
在即将卸载AppDomain时发生。
有关可用来配置应用程序域的其他属性的说明,请参见AppDomain类的文档。
AppDomain的隔离级别为每个所有者每个数据库一个AppDomain。
然后,宿主使用AppDomain类的Load方法,将宿主的托管部分加载到默认域中。
字符串参数数组,在初始化新的AppDomain对象时传递给由adInit表示的回调。
用户拥有的所有托管数据库对象始终都在同一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进行控制。
这反映了当前正在执行并且使用此AppDomain的批的数目。
使用AppDomainInitializer委托指定在初始化AppDomain类的实例时要调用的回调方法。
存储在两个不同数据库中的代码无法共享同一个AppDomain。
编译的应用程序只能在单个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。
对AppDomain进行强引用的数目。
AppDomain and System. Windows. Forms. Form are two examples of such system types.
AppDomain和System.Windows.Forms.Form就是此系统类型的两个示例。
要在其中运行已编译的代码的appdomain。
对AppDomain进行弱引用的数目。
由于该对象将跨AppDomain边界使用,因此它必须从MarshalByRefObject派生。