2004-01-24 David Sheldon <dave-mono@earth.li>
authorDavid Sheldon <dave@mono-cvs.ximian.com>
Sat, 24 Jan 2004 11:58:57 +0000 (11:58 -0000)
committerDavid Sheldon <dave@mono-cvs.ximian.com>
Sat, 24 Jan 2004 11:58:57 +0000 (11:58 -0000)
* AssemblyBuilder.cs: Added override for GetFiles() that throws
  NotSupportedException.

svn path=/trunk/mcs/; revision=22462

mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs
mcs/class/corlib/System.Reflection.Emit/ChangeLog

index c737d8d635eceae962795d2fc2e92029c307f4ea..39d3af4ff275d92c6c493dc7fc51bbee669e8cd9 100755 (executable)
@@ -470,6 +470,10 @@ namespace System.Reflection.Emit {
                        throw not_supported ();
                }
 
+               public override FileStream[] GetFiles() {
+                       throw not_supported ();
+               }
+               
                public override FileStream[] GetFiles(bool getResourceModules) {
                        throw not_supported ();
                }
index 582cef06c7ee3c59180d201cd4c84caee51e1ee1..74a461fd77a7961d822636b4dd26229bb3d5ff7a 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-24 David Sheldon <dave-mono@earth.li>
+
+       * AssemblyBuilder.cs: Added override for GetFiles() that throws
+         NotSupportedException. 
+
 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
 
        * AssemblyBuilder.cs (Save): Handle entry points with an int return