IL2C icon indicating copy to clipboard operation
IL2C copied to clipboard

Support P/Invoke return type as string.

Open kekyo opened this issue 6 years ago • 1 comments

kekyo avatar Dec 10 '17 15:12 kekyo

Thnking about:

[DllImport(...)]
static extern string Foo();
System_String* Foo(void)
{
    return __new_string__(Native_Foo());
}

kekyo avatar Dec 11 '17 02:12 kekyo