Merge pull request #3066 from alexanderkyte/pedump_sgen
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / IRemotingTypeInfo.cs
index 4984d1832e5331ba0efaaafd80d220a1b9cd0261..8da600cf7db572613d0a064c6d5b91d5c0bc3fbd 100644 (file)
@@ -34,6 +34,7 @@ using System.Runtime.Remoting.Messaging;
 
 namespace System.Runtime.Remoting {
 
+       [System.Runtime.InteropServices.ComVisible (true)]
        public interface IRemotingTypeInfo
        {
                string TypeName { get; set; }