Esempio n. 1
0
	/* Test classes as out arguments of delegates */
	public static int test_0_marshal_out_class_delegate () {
		SimpleDelegate7 d = new SimpleDelegate7 (delegate_test_class_out);

		return mono_test_marshal_delegate7 (d);
	}
Esempio n. 2
0
    /* Test classes as out arguments of delegates */
    public static int test_0_marshal_out_class_delegate()
    {
        SimpleDelegate7 d = new SimpleDelegate7(delegate_test_class_out);

        return(mono_test_marshal_delegate7(d));
    }
Esempio n. 3
0
	public static extern int mono_test_marshal_delegate7 (SimpleDelegate7 d);
Esempio n. 4
0
 public static extern int mono_test_marshal_delegate7(SimpleDelegate7 d);