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