Actually, the CLR is exposed as a COM object.
实际上,CLR是作为一个COM对象的。
The COM object appears to have been released.
该COM对象似乎已经被释放。
I have never created a COM object before only used.
我从来没有创建一个COM对象之前才使用。
It creates the COM object, starts a thread, then exits.
它创建COM对象,启动一个线程,然后退出。
The exception thrown when an invalid COM object is used.
使用无效的COM物件时便会掷回例外状况。
This wizard implements a connection point for a COM object.
这个精灵可实作COM物件的连接点。
Why is my COM object not displaying methods in Component Services?
为什么我的COM对象不在服务组件的显示方法?
The worker process, therefore, loads the CLR up as it were a COM object.
所以工作进程加载CLR时当作一个COM对象处理。
Figure 2 shows the output from running this com object from the command line.
图2展示了通过命令行运行此COM对象的输出结果。
Creates a server instance of a COM object identified by the object's type.
创建由对象类型标识的COM对象的一个服务器实例。
The important thing to start with is the threading model of your COM object.
首先最重要的是你的COM对象的线程模型。
The following is an example of a class that you would expose as a COM object.
下列是一个类别范例,您会将这个类别公开为COM物件。
NET class and call the methods of the instance, just as if it were a COM object.
net类的一个实例并调用该实例的方法,就好像它是COM对象一样。
More exactly, the CLR itself is not made of COM code, but the interface to the CLR is a COM object.
更确切的说,CLR本身不是由COM代码组成的,但是CLR的接口是一个COM对象。
If two instances of the COM object are created, then two instances of the wrapper are created.
如果创建了COM对象的两个实例,则会创建该包装的两个实例。
This method is used to explicitly control the lifetime of a COM object used from managed code.
此方法用于显式控制从托管代码使用的COM对象的生存期。
I guess you're invoking at least one member of a COM object without assigning it to a variable.
我猜你调用COM对象的至少一个成员,而不将其分配给一个变量。
For example, a single COM object that implements five distinct interfaces has only one wrapper.
例如,实作五个不同介面的单一com物件只会有一个包装函式。
The client creates an internal com object called an event sink to prepare for incoming notifications.
客户端创建一个称作事件接收器的内部COM对象来为传入通知做准备。
A COM object can support multiple interfaces, each representing a different view or behavior of the object.
一个COM对象可以支持多个接口,每个接口代表对象的一种不同的视图或行为。
You can get or set a property exposed by a COM object the way you get and set properties exposed by a managed class.
按照获取和设置托管类所公开的属性时所采用的方式,您可以获取或设置COM对象所公开的属性。
The coclass proxy also contains a default parameterless constructor for creating an instance of the COM object it represents.
辅助类代理也包含一个默认的无参数构造器,用来建立它所代表的COM对象的实例。
Creates an instance of the COM object whose name is specified, using the named assembly file and the default constructor.
使用命名的程序集文件和默认构造函数,创建指定名称的COM对象的实例。
A. NET client can call methods on an active COM object, adjust its properties, and catch events originating on the server.
NET客户端可以对活动COM对象调用方法,调整其属性并捕捉在服务器上发生的事件。
The runtime creates exactly one RCW for each COM object, regardless of the number of references that exist on that object.
无论一个COM对象存在多少个引用,运行时只为每个COM对象创建一个RCW。
I'm using a third-party COM object which doesn't handle being instantiated twice in a single process (this is a known bug).
我使用第三方COM对象,它不处理在单个进程中被实例化两次(这是一个已知的错误)。
This paper introduces the design and implement of a discussing conferencing system base the on IP network using COM object.
本文介绍了利用COM组件技术开发的一套基于IP多播的讨论式桌面会议系统,并且介绍了其模型及部分功能的实现方法。
Because this is classic ASP I think the only straightforward way to do this is to expose this class library as a COM object.
因为这是经典的ASP我认为这么做的唯一直接的方法是将此类库公开为COM对象。
You can inspect COM types, activate instances, and invoke methods on the COM object the same way you do for any managed type.
您可以按处理任何托管类型的相同方式来检查COM类型、激活实例或对COM对象调用方法。
Using metadata derived from a type library, the runtime creates both the COM object being called and a wrapper for that object.
利用从类型库中导出的元数据,运行时将创建所调用的COM对象和该对象的包装。
应用推荐