From: sepidehMS Date: Wed, 31 Aug 2016 01:28:19 +0000 (-0700) Subject: Remove System.Reflection.AssemblyNameProxy and fix System.Reflection.Pointer constructor X-Git-Tag: submit/tizen/20210909.063632~11030^2~9524^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=922df2d1d1fe7a3817f52bafb849867e59a04336;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Remove System.Reflection.AssemblyNameProxy and fix System.Reflection.Pointer constructor Commit migrated from https://github.com/dotnet/coreclr/commit/3cddcdd860488432ecb5d4aeb5481ee7cf6753f0 --- diff --git a/src/coreclr/src/mscorlib/model.xml b/src/coreclr/src/mscorlib/model.xml index 106408d..b8be09a 100644 --- a/src/coreclr/src/mscorlib/model.xml +++ b/src/coreclr/src/mscorlib/model.xml @@ -4129,9 +4129,6 @@ - - - @@ -5912,7 +5909,6 @@ - diff --git a/src/coreclr/src/mscorlib/ref/mscorlib.cs b/src/coreclr/src/mscorlib/ref/mscorlib.cs index 2ecc4fb..8d68298 100644 --- a/src/coreclr/src/mscorlib/ref/mscorlib.cs +++ b/src/coreclr/src/mscorlib/ref/mscorlib.cs @@ -7341,11 +7341,6 @@ namespace System.Reflection PublicKey = 1, Retargetable = 256, } - [System.Runtime.InteropServices.ComVisibleAttribute(true)] - public class AssemblyNameProxy : System.MarshalByRefObject - { - internal AssemblyNameProxy() { } - } [System.AttributeUsageAttribute((System.AttributeTargets)(1), Inherited=false)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] public sealed partial class AssemblyProductAttribute : System.Attribute @@ -8083,6 +8078,7 @@ namespace System.Reflection [System.Runtime.InteropServices.ComVisibleAttribute(true)] public sealed class Pointer : System.Runtime.Serialization.ISerializable { + private Pointer() { } [System.Security.SecurityCriticalAttribute] public static unsafe Object Box(void *ptr, System.Type type) { throw null; } [System.Security.SecurityCriticalAttribute]