StringMarshalling Enum

Definition

Specifies how strings should be marshalled for generated p/invokes

public enum class StringMarshalling
public enum StringMarshalling
type StringMarshalling = 
Public Enum StringMarshalling
Inheritance
StringMarshalling

Fields

Custom 0

Indicates a specific marshaller is supplied in StringMarshallingCustomType.

Utf16 2

Use the platform-provided UTF-16 marshaller.

Utf8 1

Use the platform-provided UTF-8 marshaller.

Applies to