Add Tests for VBByRefStr marshalling (#20982)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Fri, 16 Nov 2018 01:16:11 +0000 (17:16 -0800)
committerGitHub <noreply@github.com>
Fri, 16 Nov 2018 01:16:11 +0000 (17:16 -0800)
commit40a9c22c59c850834c6a60f830b44809dbe6cff9
tree2db3ec8d52afa207635a5407c6740819b3dbc555
parenta08a66902cdfb8e713c1e11f56c3aea9ca6ece6c
Add Tests for VBByRefStr marshalling (#20982)

* Add tests for VBByRefStr marshalling.

* Compile native for VBByRefStr on all platforms.

* Fix encoding.

* PR Feedback.

* Fix PInvokeDefs file.

* Fix visibility
tests/src/Interop/CMakeLists.txt
tests/src/Interop/StringMarshalling/VBByRefStr/CMakeLists.txt [new file with mode: 0644]
tests/src/Interop/StringMarshalling/VBByRefStr/PInvokeDef.cs [new file with mode: 0644]
tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrNative.cpp [new file with mode: 0644]
tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.cs [new file with mode: 0644]
tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.csproj [new file with mode: 0644]