Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Interop « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2ede8f9b4feccefaf23884a2e0514cbe03b15c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
2010-01-19  Tom Hindle <tom_hindle@sil.org>

	* ComInteropProxy.cs: Don't add proxy if it has already been added. 
	Instread increment ref_count. Fixes bug #572043.

2009-07-11  Robert Jordan  <robertj@gmx.net>

	* ComInteropProxy.cs: Implement CreateProxy. Hide public/internal
	ctors forcing CreateProxy's usage. Hide CacheProxy since the
	runtime is able to lookup it anyways.
	Fixes bug #520437.

2007-07-26  Jonathan Chambers  <joncham@gmail.com>

	* ComInteropProxy.cs: Call Marshal.Release after Marshal.QI
	since it AddRef's the object. Fixes COM leak. Also fix eol-style.

2007-05-25  Jonathan Chambers  <joncham@gmail.com>

	* ComInteropProxy.cs: Call __ComObject.GetInterface overload
	that does not throw exception.  Fixes as and is operators for COM objects.

2007-02-08  Jonathan Chambers  <joncham@gmail.com>

	* ComInteropProxy.cs: Moved some code to unmanaged and cleanup some things.
	
2006-10-18  Jonathan Chambers  <joncham@gmail.com>

	* IUnknown.cs: Added.
	* IDispatch.cs: Added.

2006-08-10  Jonathan Chambers  <joncham@gmail.com>

	* ComInteropProxy.cs: Fix default constructor being always
	being called.
	
2006-07-28  Jonathan Chambers  <joncham@gmail.com>

	* ComInteropProxy.cs: Added support for marshalling objects.
	
2006-07-15  Jonathan Chambers  <joncham@gmail.com>

	* ComInteropProxy.cs: Added.