* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / System.IO.IsolatedStorage / IsolatedStorage.cs
index 27375824f1c961b2ec3c708d44842ec5f8de18cf..7f64bbd0746452a348dffedc79dc9bbb37423b20 100644 (file)
 
 using System.Globalization;
 using System.Reflection;
+using System.Runtime.InteropServices;
 using System.Security;
 using System.Security.Permissions;
 using System.Security.Policy;
 
 namespace System.IO.IsolatedStorage {
 
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public abstract class IsolatedStorage : MarshalByRefObject {
 
                // Constructor
@@ -53,6 +57,7 @@ namespace System.IO.IsolatedStorage {
 
 #if NET_2_0
                [MonoTODO ("requires manifest support")]
+               [ComVisible (false)]
                public object ApplicationIdentity {
                        [SecurityPermission (SecurityAction.Demand, ControlPolicy=true)]
                        get {