提供用于控制托管对象的方法。
一个托管对象的实体对象创建后不能更改。
The entity of a managed object cannot be changed after the object has been created.
JMS请求队列:表示请求mq队列的jms托管对象。
JMS request queue: the JMS managed object that represents the request MQ queue.
托管对象然后被传递给方法,而不需要任何包装。
The managed object is then passed to the method and no wrapper is needed.
该代理然后将类接口上的所有调用委托回托管对象。
The proxy then delegates all calls on the class interface back to the managed object.
NET客户端可以同时对同一托管对象发出请求。
NET clients can make requests on the same managed object simultaneously.
接口正被在其他地方传递给COM的另一托管对象实现。
An interface is being implemented by another managed object that was passed to COM elsewhere.
解释使用不同编程语言创建的托管对象如何能够彼此进行交互。
Explains how managed objects created in different programming languages can interact with one another.
为什么没有我的托管对象看到其他的对象,在一对多的关系吗?
Why doesn't my managed object see the other managed objects that are in a to many relationship to it?
该Web服务将要求在应用程序服务器上定义许多JMS资源或托管对象。
The Web service will need a number of JMS resources or managed objects to be defined in the application server. Let's look at what these are.
对于简单的可编程性来说,您希望提供一个动态代码可以使用的托管对象模型。
For simple application programmability, you want to provide a host object model that dynamic language code can use.
运行时可调用包装,与其他任何托管对象一样,它由公共语言运行时管理。
Runtime Callable Wrapper, which the common language runtime manages as it does any other managed object.
这些接口通常执行相同的功能,但以不同的方式向托管和非托管对象公开。
These interfaces commonly perform the same function, but are exposed differently to managed and unmanaged objects.
而该CCW又对实现接口的托管对象持有单个引用,并且会进行垃圾回收。
The CCW, in turn, holds a single reference to the managed object that implements the interface and is garbage collected.
在运行时,公共语言运行时根据需要在COM对象和托管对象之间封送数据。
At run time, the common language runtime marshals data between com objects and managed objects as needed.
通过变更主机托管对象的定义 instance_eval方法可执行传递给它的代码。
The instance_eval method executes the code passed to it by changing the definition of the host object.
现在应当能够看出JCA资源适配器如何通过使用托管对象来提供JMS目标对象了。
You should now be able to see how a JCA resource adapter would provide the JMS destination objects by using administered objects.
COM互操作同时对在托管代码中使用COM对象和向COM公开托管对象提供支持。
COM interop provides support for both using COM objects from managed code and exposing managed objects to COM.
获取和释放对运行COM对象的引用类似于获取和释放对其他任何运行托管对象的引用。
Obtaining and releasing a reference to a running COM object is just like obtaining and releasing a reference to any other running managed object.
当应用程序执行查找时,就创建一个托管对象的实例,而且在把对象返回应用程序之前设置好属性。
When an application performs a lookup, an instance of the administered object is created and the properties set before returning the object to the application.
该代理具有双重特性:它充当与远程对象相同的类的对象(透明代理),同时它本身是托管对象。
The proxy has a dual nature: it ACTS as an object of the same class as the remote object (transparent proxy), and is a managed object itself.
高度概括,ASP.NET工作进程完成了一个主要任务,将请求处理给一系列的称为HTTP管道的托管对象。
At the highest level of abstraction, the ASP.NET worker process accomplishes one main task-handing the request over to a chain of managed objects dubbed the HTTP pipeline.
封送拆收器可以很容易地标识托管对象所公开的接口,并能够将该接口与提供该实现的托管对象相匹配。
The marshaler can readily identify interfaces exposed by managed objects and is able to match the interface with the managed object that provides the implementation.
代理对象继承托管对象(例如垃圾回收、对成员和方法的支持)的关联语义,可以将其进行扩展以形成新类。
A proxy object inherits the associated semantics of managed objects such as garbage collection, support for members and methods, and can be extended to form new classes.
请注意,代理对象继承与托管对象(如垃圾回收、字段和方法支持)关联的语义,并且可以扩展以形成新类。
Note that a proxy object inherits the associated semantics of managed objects such as garbage collection and support for fields and methods, and can be extended to form new classes.
利用该方式,用户不必担心对象会被提前释放,也不必实现任何多余的代码,只需调用API托管对象即可。
By utilizing the mode, the users only need to call the API to manage the object without worrying about that the object is released in advance or realizing any unnecessary code.
上面我们了解了CLR如何管理托管资源。下面我们来看垃圾收集器如何寻找不再使用的托管对象,并释放其占用的内存。
In previous paragraphs, we learn how CLR manages managed resources. In following paragraphs, we will see how garbage collector find objects no longer needed, and release the memory.
如果该远程对象是托管对象,并且也驻留在公共语言环境中,则不是通过分布式COM与其进行通讯,而是将该对象发送到当前进程。
If the remote object is managed and also resides in a common language environment, then instead of communicating with it through distributed com, the object is sent to the current process.
因此,如果您与recipe . instance_eval一起调用add和steps方法,则您可以在不使用recipe主机托管对象的情况下调用它们,这就是consists _ of方法要做的。
Thus, you can call the add and steps methods without using the recipe host object if you call them with recipe.instance_eval, which is what the consists_of method does.
因此,如果您与recipe . instance_eval一起调用add和steps方法,则您可以在不使用recipe主机托管对象的情况下调用它们,这就是consists _ of方法要做的。
Thus, you can call the add and steps methods without using the recipe host object if you call them with recipe.instance_eval, which is what the consists_of method does.
应用推荐