Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Runtime.InteropServices.StringMarshalling

Assembly: System.Runtime.InteropServices

Specifies how strings should be marshalled for generated p/invokes

Values

Custom
Indicates a specific marshaller is supplied in <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType" /> .
Utf8
Use the platform-provided UTF-8 marshaller.
Utf16
Use the platform-provided UTF-16 marshaller.