Merge pull request #1173 from Serguzest/upstream
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIRunningObjectTable.cs
index d6d8cd6f256d74d3a9828dedeceef722fcbccac1..c4fc29df1d1390a4599380fd619c30c36af98496 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-using System;
-
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
+       [Obsolete]
+       [ComImport]
        [Guid ("00000010-0000-0000-c000-000000000046")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
        public interface UCOMIRunningObjectTable
@@ -45,3 +46,4 @@ namespace System.Runtime.InteropServices
                void EnumRunning (out UCOMIEnumMoniker ppenumMoniker);
        }
 }
+#endif