Add back most CreateInstance APIs to AppDomain and Activator (dotnet/coreclr#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)
commitd16776594ad53bcabd52cebe61e2fe97545bdf56
tree6b03f488937fe2ca0f89d795f5ad69adabdbda18
parentb311be69c6ae993df8c0e0102c233aa6146ef2d6
Add back most CreateInstance APIs to AppDomain and Activator (dotnet/coreclr#18751)

* add ObjectHandle.cs

* add signature placeholder

* move CreateInstance from netfx

* move CreateInstanceFrom from netfx

* nit: visibility, text formatting

Commit migrated from https://github.com/dotnet/coreclr/commit/c7c50c5cd54b91c1f982fda8e5c8b21aead3f352
src/coreclr/src/System.Private.CoreLib/src/System/Activator.cs
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Runtime/Remoting/ObjectHandle.cs [new file with mode: 0644]