X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting.Messaging%2FRemotingSurrogateSelector.cs;h=e192549dac9d6468d5a8ff24a4c45ea94271ac8c;hb=af2b3eb197868b4aa8a223260ad64373ce8605f8;hp=f641c29e535fe28f4807a3e9bca1bb2c361ac1be;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting.Messaging/RemotingSurrogateSelector.cs b/mcs/class/corlib/System.Runtime.Remoting.Messaging/RemotingSurrogateSelector.cs index f641c29e535..e192549dac9 100644 --- a/mcs/class/corlib/System.Runtime.Remoting.Messaging/RemotingSurrogateSelector.cs +++ b/mcs/class/corlib/System.Runtime.Remoting.Messaging/RemotingSurrogateSelector.cs @@ -36,13 +36,14 @@ using System.Runtime.Serialization; namespace System.Runtime.Remoting.Messaging { + [System.Runtime.InteropServices.ComVisible (true)] public class RemotingSurrogateSelector : ISurrogateSelector { - static Type s_cachedTypeObjRef = typeof(ObjRef); + static Type s_cachedTypeObjRef = typeof(ObjRef); static ObjRefSurrogate _objRefSurrogate = new ObjRefSurrogate(); static RemotingSurrogate _objRemotingSurrogate = new RemotingSurrogate(); - Object _rootObj = null; + Object _rootObj = null; MessageSurrogateFilter _filter = null; ISurrogateSelector _next;