有关说明,请参见如何:自定义运行时可调用包装。
For instructions, see How to: Customize Runtime Callable Wrappers.
自定义运行时可调用包装 (RCW) 的方法有两种。
There are two ways to customize a runtime callable wrapper (RCW).
本主题说明用来自定义标准运行时可调用包装和COM可调用包装的过程。
This topic describes the processes you use to customize standard runtime callable wrappers and COM callable wrappers.
运行时可调用包装,与其他任何托管对象一样,它由公共语言运行时管理。
Runtime Callable Wrapper, which the common language runtime manages as it does any other managed object.
公共语言运行时通过名为运行时可调用包装(RCW)的代理来公开COM对象。
The common language runtime exposes com objects through a proxy called the runtime callable wrapper (RCW).
强制公共语言运行时(CLR)释放保留在运行时可调用包装(RCW)内的所有接口指针。
Forces the common language runtime (CLR) to release all interface Pointers it holds inside runtime callable wrappers (RCW).
NET客户端激活COM对象时,运行时就会生成一个运行时可调用包装(RCW)实例来包装COM类型。
NET client activates a COM object, the runtime generates an instance of the runtime callable wrapper (RCW) to wrap the COM type.
运行时还会创建一个COM可调用包装(CCW)来逆转此过程,使COM客户端能够对。
The runtime also creates a COM callable wrapper (CCW) to reverse the process, enabling a COM client to seamlessly call a method on a.
讨论运行时可调用的包装(它允许托管代码调用COM方法)和 COM 可调用的包装(它允许 COM客户端调用 。
Discusses runtime callable wrappers, which allow managed code to call COM methods, and COM callable wrappers, which allow COM clients to call .
讨论运行时可调用的包装(它允许托管代码调用COM方法)和 COM 可调用的包装(它允许 COM客户端调用 。
Discusses runtime callable wrappers, which allow managed code to call COM methods, and COM callable wrappers, which allow COM clients to call .
应用推荐