X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FTypedReference.cs;h=6e10c5c260e1a7c320912c2bd5f66cd69d783b78;hb=c7ba3619f367944b6740c7e335e2a96499999859;hp=8cb2c55660ad16c88a0ea5646ecec254dcb6a4d7;hpb=af90548a08ef5effc93b083b7eec44daa178b141;p=mono.git diff --git a/mcs/class/corlib/System/TypedReference.cs b/mcs/class/corlib/System/TypedReference.cs index 8cb2c55660a..6e10c5c260e 100644 --- a/mcs/class/corlib/System/TypedReference.cs +++ b/mcs/class/corlib/System/TypedReference.cs @@ -31,15 +31,19 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Security.Permissions; +using System.Runtime.InteropServices; namespace System { [CLSCompliant (false)] + [ComVisible (true)] public struct TypedReference { +#pragma warning disable 169, 649 RuntimeTypeHandle type; IntPtr value; IntPtr klass; +#pragma warning restore 169, 649 public override bool Equals (object o) {