StringMarshalling
enum StringMarshalling
namespace System.Runtime.InteropServices
{
internal enum StringMarshalling
{
Custom,
Utf8,
Utf16
}
}