Add InterfaceType attribute
authorMiguel de Icaza <miguel@gnome.org>
Tue, 11 Nov 2003 22:55:57 +0000 (22:55 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 11 Nov 2003 22:55:57 +0000 (22:55 -0000)
svn path=/trunk/mcs/; revision=19844

mcs/class/corlib/System/IAppDomainSetup.cs

index 31eddcd62b774783dbb43eb63f30027f4a06a499..949f9a91cb5b65ce339e4f8c463983594d6db56a 100644 (file)
@@ -1,4 +1,3 @@
-
 //
 // System/IAppDomainSetup.cs
 //
@@ -9,9 +8,11 @@
 //
 
 using System;
+using System.Runtime.InteropServices;
 
 namespace System {
 
+       [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        public interface IAppDomainSetup {
 
                string ApplicationBase { get; set; }