Exemplo n.º 1
0
	/* Test classes as arguments and return values of delegates */
	public static int test_0_marshal_class_delegate () {
		SimpleDelegate4 d = new SimpleDelegate4 (delegate_test_class);

		return mono_test_marshal_delegate4 (d);
	}
Exemplo n.º 2
0
    /* Test classes as arguments and return values of delegates */
    public static int test_0_marshal_class_delegate()
    {
        SimpleDelegate4 d = new SimpleDelegate4(delegate_test_class);

        return(mono_test_marshal_delegate4(d));
    }
Exemplo n.º 3
0
	public static extern int mono_test_marshal_delegate4 (SimpleDelegate4 d);
Exemplo n.º 4
0
 public static extern int mono_test_marshal_delegate4(SimpleDelegate4 d);