Add back most CreateInstance APIs to AppDomain and Activator (#18751)
authorMarco Rossignoli <marco.rossignoli@gmail.com>
Tue, 3 Jul 2018 04:38:33 +0000 (06:38 +0200)
committerJan Kotas <jkotas@microsoft.com>
Tue, 3 Jul 2018 04:38:33 +0000 (06:38 +0200)
commitc7c50c5cd54b91c1f982fda8e5c8b21aead3f352
treef55397180a3bd0ff82740202a9eb28dfd3945c76
parentf32c75e697e77340d581d577789cc530993abbc4
Add back most CreateInstance APIs to AppDomain and Activator (#18751)

* add ObjectHandle.cs

* add signature placeholder

* move CreateInstance from netfx

* move CreateInstanceFrom from netfx

* nit: visibility, text formatting
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Runtime/Remoting/ObjectHandle.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Activator.cs