Add tests for marshalling a System.Drawing.Color. (#21569)
authorJeremy Koritzinsky <jkoritzinsky@gmail.com>
Tue, 18 Dec 2018 00:50:54 +0000 (16:50 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 00:50:54 +0000 (16:50 -0800)
commit534e93d3cfead0aa1c719fa911e2c61694ed6c51
tree3555eee0842a5a8446e68033453fa1aeb96c80a1
parent7c2d9aa7e35ab119eaf907514fa1ff765317ec11
Add tests for marshalling a System.Drawing.Color. (#21569)
19 files changed:
tests/src/Common/test_dependencies/test_dependencies.csproj
tests/src/Interop/COM/NETClients/Primitives/ColorTests.cs [new file with mode: 0644]
tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
tests/src/Interop/COM/NETClients/Primitives/Program.cs
tests/src/Interop/COM/NETServer/ColorTesting.cs [new file with mode: 0644]
tests/src/Interop/COM/NETServer/NETServer.csproj
tests/src/Interop/COM/NativeClients/Primitives/CMakeLists.txt
tests/src/Interop/COM/NativeClients/Primitives/Client.cpp
tests/src/Interop/COM/NativeClients/Primitives/ClientTests.h
tests/src/Interop/COM/NativeClients/Primitives/ColorTests.cpp [new file with mode: 0644]
tests/src/Interop/COM/NativeClients/Primitives/CoreShim.X.manifest
tests/src/Interop/COM/NativeServer/COMNativeServer.X.manifest
tests/src/Interop/COM/NativeServer/ColorTesting.h [new file with mode: 0644]
tests/src/Interop/COM/NativeServer/Servers.cpp
tests/src/Interop/COM/NativeServer/Servers.h
tests/src/Interop/COM/ServerContracts/NativeServers.cs
tests/src/Interop/COM/ServerContracts/Server.Contracts.cs
tests/src/Interop/COM/ServerContracts/Server.Contracts.h
tests/src/Interop/COM/ServerContracts/ServerGuids.cs