// ------------------------------------------------------------------------------ // // This code was generated by jni4net. See http://jni4net.sourceforge.net/ // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ package com.boying.entity.jvm; @net.sf.jni4net.attributes.ClrType public class ResultData extends system.Object { // private static system.Type staticType; protected ResultData(net.sf.jni4net.inj.INJEnv __env, long __handle) { super(__env, __handle); } @net.sf.jni4net.attributes.ClrConstructor("()V") public ResultData() { super(((net.sf.jni4net.inj.INJEnv)(null)), 0); jvm.ledshow.ResultData.__ctorResultData0(this); } @net.sf.jni4net.attributes.ClrMethod("()V") private native static void __ctorResultData0(net.sf.jni4net.inj.IClrProxy thiz); @net.sf.jni4net.attributes.ClrMethod("()I") public native int getlenth(); @net.sf.jni4net.attributes.ClrMethod("(I)V") public native void setlenth(int value); @net.sf.jni4net.attributes.ClrMethod("()[B") public native byte[] getdatas(); @net.sf.jni4net.attributes.ClrMethod("([B)V") public native void setdatas(byte[] value); public static system.Type typeof() { return jvm.ledshow.ResultData.staticType; } private static void InitJNI(net.sf.jni4net.inj.INJEnv env, system.Type staticType) { jvm.ledshow.ResultData.staticType = staticType; } // }