Add AssemblyExtensions.TryGetRawMetadata to the System.Reflection.Metadata namespace.
authorKoundinya Veluri <kouvel@microsoft.com>
Fri, 4 Sep 2015 05:06:56 +0000 (22:06 -0700)
committerKoundinya Veluri <kouvel@microsoft.com>
Wed, 9 Sep 2015 20:12:36 +0000 (13:12 -0700)
commit2f042a1212137e558fca716dbb92197f7a770e55
tree1c081af67ef569a8b328e65e73098ee4f4475228
parent508454cc76e1bd35c07521ebfc73617c00c5bcb3
Add AssemblyExtensions.TryGetRawMetadata to the System.Reflection.Metadata namespace.

This patch contains has the necessary changes in coreclr and mscorlib. Tests will be added separately, once the new API is
published and can be consumed.

Part of dotnet/corefx#2768
src/mscorlib/model.xml
src/mscorlib/mscorlib.shared.sources.props
src/mscorlib/src/System/Reflection/Metadata/AssemblyExtensions.cs [new file with mode: 0644]
src/vm/assemblynative.cpp
src/vm/assemblynative.hpp
src/vm/ecalllist.h