System.Runtime.InteropServices.StringMarshalling
enum StringMarshalling
namespace System.Runtime.InteropServices
{
internal enum StringMarshalling
{
Utf16 = 2
}
}
namespace System.Runtime.InteropServices
{
}