Ejemplo 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);
	}
Ejemplo 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));
    }
Ejemplo n.º 3
0
	public static extern int mono_test_marshal_delegate7 (SimpleDelegate7 d);
Ejemplo n.º 4
0
 public static extern int mono_test_marshal_delegate7(SimpleDelegate7 d);