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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-12-22 04:05:58 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-12-22 04:05:58 +0300
commitc694fb8e631e8f79b383b8ff696228abe1689a20 (patch)
treeb42e6a954003f774b89836a81b4629bc2d003631 /mcs/class/corlib/System.Runtime.InteropServices/AssemblyRegistrationFlags.cs
parent8e98d66d5f2943115bbb8625eef4270f1ab66a44 (diff)
A little more work of CorCompare work:
2006-12-21 Miguel de Icaza <miguel@novell.com> * CriticalHandle.cs: Add Dispose(bool disposing) method, and refactor. svn path=/trunk/mcs/; revision=69920
Diffstat (limited to 'mcs/class/corlib/System.Runtime.InteropServices/AssemblyRegistrationFlags.cs')
-rw-r--r--mcs/class/corlib/System.Runtime.InteropServices/AssemblyRegistrationFlags.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.Runtime.InteropServices/AssemblyRegistrationFlags.cs b/mcs/class/corlib/System.Runtime.InteropServices/AssemblyRegistrationFlags.cs
index 2572ca2a440..6d333dc9dc3 100644
--- a/mcs/class/corlib/System.Runtime.InteropServices/AssemblyRegistrationFlags.cs
+++ b/mcs/class/corlib/System.Runtime.InteropServices/AssemblyRegistrationFlags.cs
@@ -33,7 +33,9 @@
namespace System.Runtime.InteropServices
{
[Flags]
- [Serializable]
+#if NET_2_0
+ [ComVisible(true)]
+#endif
public enum AssemblyRegistrationFlags {
None = 0,
SetCodeBase,