X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting.Channels%2FIChannel.cs;h=d69a799df9c607bae6ba491a1da0d9d6bd12ca75;hb=371a1f12a9c0ce20aae7034afeb293321c3952bd;hp=50b04429141da74be7bfe1b5857df6029f89f7f5;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting.Channels/IChannel.cs b/mcs/class/corlib/System.Runtime.Remoting.Channels/IChannel.cs index 50b04429141..d69a799df9c 100644 --- a/mcs/class/corlib/System.Runtime.Remoting.Channels/IChannel.cs +++ b/mcs/class/corlib/System.Runtime.Remoting.Channels/IChannel.cs @@ -31,6 +31,9 @@ namespace System.Runtime.Remoting.Channels { +#if NET_2_0 + [System.Runtime.InteropServices.ComVisible (true)] +#endif public interface IChannel { string ChannelName { get; }