コード例 #1
0
        public virtual unsafe int SetExercise(global::FI.Firstbeat.Ete.FBTexercise p0)
        {
            const string __id = "SetExercise.(Lfi/firstbeat/ete/FBTexercise;)I";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                var __rm = _members.InstanceMethods.InvokeVirtualInt32Method(__id, this, __args);
                return(__rm);
            } finally {
            }
        }
コード例 #2
0
        public static unsafe int SetExercise(global::FI.Firstbeat.Ete.FBTexercise p0, long p1)
        {
            const string __id = "SetExercise.(Lfi/firstbeat/ete/FBTexercise;J)I";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [2];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                __args [1] = new JniArgumentValue(p1);
                var __rm = _members.StaticMethods.InvokeInt32Method(__id, __args);
                return(__rm);
            } finally {
            }
        }