Add tests for marshalling RuntimeHandle types. (#21091)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Wed, 5 Dec 2018 18:04:52 +0000 (10:04 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Dec 2018 18:04:52 +0000 (10:04 -0800)
commita3304a1fc6a442efc54f2fc765e6877ffba14a5a
tree0e94b3ea5a4d9a146d34252e1b866d7b2ad62022
parent339694220684c079698bb0e3656011b9522d26f3
Add tests for marshalling RuntimeHandle types. (#21091)

* Add tests for marshalling runtime handles.

* Remove DLL signature for impossible test
tests/src/Interop/CMakeLists.txt
tests/src/Interop/PInvoke/Primitives/RuntimeHandles/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesNative.cpp [new file with mode: 0644]
tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.csproj [new file with mode: 0644]
tests/src/Interop/common/types.h