Ejemplo n.º 1
0
	/* Test string marshalling with delegates */
	public static int test_0_marshal_string_delegate () {
		SimpleDelegate8 d = new SimpleDelegate8 (delegate_test_string_marshalling);

		return mono_test_marshal_delegate8 (d, "ABC");
	}
Ejemplo n.º 2
0
    /* Test string marshalling with delegates */
    public static int test_0_marshal_string_delegate()
    {
        SimpleDelegate8 d = new SimpleDelegate8(delegate_test_string_marshalling);

        return(mono_test_marshal_delegate8(d, "ABC"));
    }
Ejemplo n.º 3
0
	public static extern int mono_test_marshal_delegate8 (SimpleDelegate8 d, string s);
Ejemplo n.º 4
0
 public static extern int mono_test_marshal_delegate8(SimpleDelegate8 d, string s);