Skip to content

Instantly share code, notes, and snippets.

@wylliec
wylliec / Program.cs
Created June 17, 2016 22:43
C#/C++ Interop with string passing
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.InteropServices;
namespace TestInterop
{
class Program