<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Runtime_Callable_Wrapper</id>
	<title>Runtime Callable Wrapper - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Runtime_Callable_Wrapper"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Runtime_Callable_Wrapper&amp;action=history"/>
	<updated>2026-05-05T00:01:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Runtime_Callable_Wrapper&amp;diff=5910773&amp;oldid=prev</id>
		<title>imported&gt;Beland: convert special characters found by Wikipedia:Typo Team/moss (via WP:JWB)</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Runtime_Callable_Wrapper&amp;diff=5910773&amp;oldid=prev"/>
		<updated>2024-12-24T19:14:36Z</updated>

		<summary type="html">&lt;p&gt;convert special characters found by &lt;a href=&quot;https://en.wikipedia.org/wiki/Typo_Team/moss&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Typo Team/moss&quot;&gt;Wikipedia:Typo Team/moss&lt;/a&gt; (via &lt;a href=&quot;/wiki143/index.php?title=WP:JWB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:JWB (page does not exist)&quot;&gt;WP:JWB&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{One reference|date=December 2023}}&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;Runtime Callable Wrapper&amp;#039;&amp;#039;&amp;#039; (RCW) is a [[proxy pattern|proxy]] object generated by the [[.NET Framework|.NET]] [[Common Language Runtime]] (CLR) in order to allow a [[Component Object Model]] (COM) object to be accessed from managed code. Although the RCW appears to be an ordinary object to .NET clients, its primary function is to [[Marshalling (computer science)|marshal]] calls and data between a .NET client and a COM object.&amp;lt;ref&amp;gt;{{Cite web |last=jkoritzinsky |date=2023-04-19 |title=Runtime Callable Wrapper - .NET |url=https://learn.microsoft.com/en-us/dotnet/standard/native-interop/runtime-callable-wrapper |access-date=2023-12-18 |website=learn.microsoft.com |language=en-us}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example, a managed application written in [[C Sharp (programming language)|C#]] might make use of an existing COM library written in [[C++]] or [[Visual Basic 6]], via RCWs.&lt;br /&gt;
&lt;br /&gt;
The runtime creates exactly one RCW for each COM object, regardless of the number of references that exist on that object. The runtime maintains a single RCW per process for each object. If you create an RCW in one application domain or apartment, and then pass a reference to another application domain or apartment, a proxy to the first object will be used.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://msdn2.microsoft.com/en-us/library/8bwh56xe.aspx MSDN Runtime Callable Wrapper Reference]&lt;br /&gt;
&lt;br /&gt;
[[Category:Component-based software engineering]]&lt;br /&gt;
[[Category:Inter-process communication]]&lt;br /&gt;
[[Category:Microsoft application programming interfaces]]&lt;br /&gt;
[[Category:Object-oriented programming]]&lt;br /&gt;
[[Category:Object models]]&lt;br /&gt;
&lt;br /&gt;
{{compu-prog-stub}}&lt;/div&gt;</summary>
		<author><name>imported&gt;Beland</name></author>
	</entry>
</feed>