9 lines
102 B
C#
9 lines
102 B
C#
namespace System.Runtime.InteropServices;
|
|
|
|
internal enum StringMarshalling
|
|
{
|
|
Custom,
|
|
Utf8,
|
|
Utf16
|
|
}
|