Add simple tests for ArrayWithOffset marshaling. (#21013)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Fri, 16 Nov 2018 07:48:16 +0000 (23:48 -0800)
committerGitHub <noreply@github.com>
Fri, 16 Nov 2018 07:48:16 +0000 (23:48 -0800)
commit78aa753ded9031c21a4b2804aeeb36ba43cbafa6
treeefd1e933fa34f731131a5dcdbee3d7e328782b9f
parent54bda7f874c435df8620949363bf3cf53b51aaeb
Add simple tests for ArrayWithOffset marshaling. (#21013)

* Add simple tests for ArrayWithOffset marshaling.

* PR Feedback.

* Fix visibility

* Fix DllImport library name
tests/src/Interop/CMakeLists.txt
tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetNative.cpp [new file with mode: 0644]
tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.cs [new file with mode: 0644]
tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.csproj [new file with mode: 0644]
tests/src/Interop/PInvoke/ArrayWithOffset/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/PInvoke/ArrayWithOffset/PInvokeDefs.cs [new file with mode: 0644]