appdomain

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.

然后宿主使用AppDomainLoad方法宿主托管部分加载默认

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.

AppDomainSystem.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-AppDomainper-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交互需要方法