It creates the COM object, starts a thread, then exits.
它创建COM对象,启动一个线程,然后退出。
Why is my COM object not displaying methods in Component Services?
为什么我的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对象一样。
Responses from the COM object are routed to the interop assembly and forwarded to your.
来自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对象和该对象的包装。
NET client activates a COM object, the runtime generates an instance of the runtime callable wrapper (RCW) to wrap the COM type.
NET客户端激活COM对象时,运行时就会生成一个运行时可调用包装(RCW)实例来包装COM类型。
Then , COM which is the base of OPC is introduced including the attritudes of COM, standard interfaces and the concept of COM object.
接着介绍作为OPC基础的组件对象模型COM原理,包含COM的特性、标准接口、以及COM组件的基本概念。
It will be necessary for you to use single-threading, for example, if your CLR program hosts a COM object that USES single-threading.
例如,如果您的CLR程序装载了使用单一执行绪的COM物件,您将必须使用单一执行绪。
Once this standard entry point is exported, the COM libraries can manage our DLL as an object, even though it is not yet a real COM object.
一旦这个标准入口暴露出来了,COM库能够以对象来管理我们的DLL,尽管它实际上还不是COM对象。
We will provide a DLL that implements a COM object and takes care of this packing and unpacking (also called marshalling and unmarshalling).
我们会提供DLL来实现一个COM对象且处理打包和解包(同样称呼为编组和反编组)。
In addition, in order to use the bridge unit in distributed environment, the COM object must be provided with distributed operation capabilities.
另外,为了能够在分布式计算环境中利用该桥接器,必须为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.
获取和释放对运行COM对象的引用类似于获取和释放对其他任何运行托管对象的引用。
Each RCW maintains a cache of interface Pointers on the COM object it wraps and releases its reference on the COM object when the RCW is no longer needed.
每一个rcw会在它所包装的COM物件上维持一个介面指标的快取,并于RCW已不再需要时,释放它在COM物件上的参考。
应用推荐