Merge System/MonoType.cs into ReferenceSources/RuntimeType.cs, use th… (#3045)
authorZoltan Varga <vargaz@gmail.com>
Thu, 26 May 2016 22:33:41 +0000 (18:33 -0400)
committerZoltan Varga <vargaz@gmail.com>
Thu, 26 May 2016 22:33:41 +0000 (18:33 -0400)
commitd88424370f59e5dfaab106bc86f82d586d6cf4f9
tree29977173255cc5165da1ab45f81d01613b7b11c7
parent5cb30c7c725a528be6cc24250ea7e4f21ed99df1
Merge System/MonoType.cs into ReferenceSources/RuntimeType.cs, use th… (#3045)

* Merge System/MonoType.cs into ReferenceSources/RuntimeType.cs, use the latter in the runtime code.

* [sdb] Fix a test which referenced System.MonoType.
22 files changed:
mcs/class/Mono.Debugger.Soft/Test/dtest.cs
mcs/class/corlib/ReferenceSources/RuntimeType.cs
mcs/class/corlib/System.Reflection/MonoMethod.cs
mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs
mcs/class/corlib/System/Environment.cs
mcs/class/corlib/System/MonoCustomAttrs.cs
mcs/class/corlib/System/MonoType.cs
mcs/class/corlib/System/RuntimeTypeHandle.cs
mcs/class/corlib/Test/System.Threading/ThreadTest.cs
mcs/class/referencesource/mscorlib/system/rttype.cs
mono/metadata/appdomain.c
mono/metadata/class-internals.h
mono/metadata/domain.c
mono/metadata/icall-def.h
mono/metadata/icall.c
mono/metadata/object-internals.h
mono/metadata/object.c
mono/metadata/reflection.c
mono/metadata/security-core-clr.c
mono/mini/debugger-agent.c
mono/mini/ir-emit.h
mono/mini/trace.c