Beispiel #1
0
 /* The managed call is free to own the returned string */
 public static void return_own_string()
 {
     {
         var obj = new Dummy.TestObject();
         Test.AssertEquals("own_string", obj.ReturnOwnString());
     }
     System.GC.Collect();
 }