Bring back Marshal.Read/Write overloads that takes object (#11251)
authorYi Zhang (CLR) <yizhang82@users.noreply.github.com>
Sat, 29 Apr 2017 16:51:03 +0000 (09:51 -0700)
committerGitHub <noreply@github.com>
Sat, 29 Apr 2017 16:51:03 +0000 (09:51 -0700)
commit88779dc83763dc199ad1666282316d393473609d
tree613150640bd23f808063a55486dfdcc594e52ec0
parentbd0a833845cc334eaf06d95329d00f9c4cb067b2
Bring back Marshal.Read/Write overloads that takes object (#11251)

* Bring back desktop version of Marshal.Read/Write APIs that takes object and add a test
src/mscorlib/src/System/Runtime/InteropServices/Marshal.cs
src/mscorlib/src/System/StubHelpers.cs
tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteObject.cs [new file with mode: 0644]
tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteObject.csproj [new file with mode: 0644]