2005-06-07 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Reflection.Emit / AssemblyBuilderAccess.cs
index 87c40ac909a69a12b666983fb249e62727da7978..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
+       [ComVisible (true)]
+#endif
   [Flags]
   public enum AssemblyBuilderAccess
   {