Skip to content

Instantly share code, notes, and snippets.

@kevingosse
Created March 12, 2019 10:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kevingosse/97dd803b6278e29062d54278240be51e to your computer and use it in GitHub Desktop.
[DllExport("helloworld")]
public static void HelloWorld(IntPtr client, [MarshalAs(UnmanagedType.LPStr)] string args)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment