コード例 #1
0
ファイル: pinvoke2.cs プロジェクト: xia13520/dnSpy-Unity-mono
    public static int test_0_marshal_mixed_point()
    {
        MixedPoint mpt = new MixedPoint();

        mpt.x = 5;
        mpt.y = 6.75;

        return(mono_test_marshal_mixed_point(mpt));
    }
コード例 #2
0
    public static int test_0_marshal_mixed_point()
    {
        MixedPoint mpt = new MixedPoint();
        mpt.x = 5;
        mpt.y = 6.75;

        return mono_test_marshal_mixed_point(mpt);
    }
コード例 #3
0
ファイル: pinvoke2.cs プロジェクト: xia13520/dnSpy-Unity-mono
 public static extern int mono_test_marshal_mixed_point(MixedPoint p);
コード例 #4
0
 public static extern int mono_test_marshal_mixed_point(MixedPoint p);