两边string不是同一个类型,不能通用。C#无法正确使用C++的string类型。C++那边应该改为const char*或者const wchar_t*如果用前者,C#那边CharSet要改为ANSI
ehInformation 加Layout 传参加ref