51,408
社区成员
发帖
与我相关
我的任务
分享 public static int getBarcodeType(BarcodeType type)
{ XXX... }
@ClrMethod("(Ljni4netTest/BarcodeType;)I")
public static native int getBarcodeType(BarcodeType var0);
@ClrType
public class BarcodeType extends Enum {
private static Type staticType;
protected BarcodeType(INJEnv var1, long var2) {
super(var1, var2);
}
protected BarcodeType() {
super((INJEnv)null, 0L);
}
public static Type typeof() {
return staticType;
}
private static void InitJNI(INJEnv var0, Type var1) {
staticType = var1;
}
} @ClrMethod("()LSystem/Drawing/Bitmap;")
public native MarshalByRefObject getlookslike();