2005-06-07 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Reflection.Emit / AssemblyBuilderAccess.cs
index 1cd71d8c0ea8a391eacad22fba2a3a1ea803967f..3afda39703a097dab7e8cfe4d822d7a12dff7759 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Reflection.Emit
 {
 #if NET_2_0
-#else
-       [Flags]
+       [ComVisible (true)]
 #endif
+  [Flags]
   public enum AssemblyBuilderAccess
   {
     Run = 1,