2005-06-09 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System / RuntimeArgumentHandle.cs
index dc567d791d6dea530b16eb538ff8ed3d8eae009f..07634e29a08a5a2d111a443886889720e5766a33 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System;
+using System.Runtime.InteropServices;
+
 namespace System
 {
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public struct RuntimeArgumentHandle
        {
                internal IntPtr args;