2007-11-05 Stephane Delcroix <sdelcroix@novell.com>
[mono.git] / mcs / class / corlib / System / ContextBoundObject.cs
index df77acf0025591146c33f717bd12335ae10c7b24..969ebcf5fd2e3c24ff74a5019e52a52195d159c4 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public abstract class ContextBoundObject : MarshalByRefObject
        {
                protected ContextBoundObject ()