mirror of https://github.com/mono/CppSharp.git
Browse Source
Allow the user to choose whether `const char[]` should be marshalled as `string` or a normal `char` array in C#. A new option `MarshalConstCharArrayAsString` is added, and is `true` by default. This helps in situations where the original C++ API distinguishes between C-strings and char arrays using the two different notations.pull/1748/head
6 changed files with 12 additions and 7 deletions
Loading…
Reference in new issue