[runtime] Implement a few ModuleBuilder getters (#5787)
commit0927d51418c20694046b25f84989b97eda0b6ad6
authorAlexander Kyte <alexmkyte@gmail.com>
Tue, 28 Nov 2017 15:44:38 +0000 (28 10:44 -0500)
committerLudovic Henry <luhenry@microsoft.com>
Tue, 28 Nov 2017 15:44:38 +0000 (28 10:44 -0500)
treefb0338e5c615741a1fd4a3b08c3e516627d66ddf
parentb3fad3f0f899d3f28becf3f20843de8b84c62d98
[runtime] Implement a few ModuleBuilder getters (#5787)

* [runtime] Implement a few broken getters on ModuleBuilder

* [runtime] Implement ModuleBuilder.GetCustomAttributes

* [runtime] Test GetMethods, GetCustomAttributes, and GetFields for ModuleBuilder

* [runtime] Specify and test use of typebuilders with Custom Attributes + add more tests
mcs/class/corlib/System.Reflection.Emit/CustomAttributeBuilder.cs
mcs/class/corlib/System.Reflection.Emit/ModuleBuilder.cs
mcs/class/corlib/Test/System.Reflection.Emit/ModuleBuilderTest.cs
mono/metadata/reflection.c