我用c#调用一个c++的dll 这个dll返回的是一个对象的指针 例如 return TestClass * t=new TestClass( ) 我想在c#里面调用 TestClass中的函数. 怎么办? 望各位帮帮忙 谢谢.